#6423AF

Color #6423AF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6423AF

Tints of Purple Heart #6423AF

Color information

#6423AF (or 0x6423AF) is unknown color: approx Purple Heart. HEX triplet: 64, 23 and AF. RGB value is (100,35,175). Sum of RGB (Red+Green+Blue) = 100+35+175=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #6423AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6423AF is #9BDC50. Grayscale: #454545. Windows color (decimal): -10214481 or 11477860. OLE color: 11477860.

HSL color Cylindrical-coordinate representation of color #6423AF: hue angle of 267.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6423AF is Cyan = 0.43, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10035175-
CMYK0.430.800.31
HSL267.86º66.67%41.18%-
HSV(B)267.86º80%68.63%-
XYZ13.597.0141.19-
YUV70.4187.03149.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 35 (14.06% from 255) = 11.29%
BLUE value IS 175 (68.75% from 255) = 56.45%
R=32.26%
G=11.29%
B=56.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100351750.430.800.31267.8666.6741.18
Hex6423AF2B5001F10c4329
Octal144432575312003741410351
Binary11001001000111010111110101110100000111111000011001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6423AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6423AF; }

 p { color: rgb(100,35,175); }

 H1.HeaderClassName
 {
   color: #6423AF;
 }
 .AnyTagClassName
 {
   color: #6423AF;
 }
</style>
background-color css

<style>
 a { background-color: #6423AF; }

 a { background-color: rgb(100,35,175); }

 div.DivClassName
 {
   background-color: #6423AF;
 }
 .BgClassName
 {
   background-color: #6423AF;
 }
</style>
border-color css

<style>
 span { border-color: #6423AF; }

 span { border-color: rgb(100,35,175); }

 td.TdClassName
 {
   border-color: #6423AF;
 }
 .TagClassName
 {
   border-color: #6423AF;
 }
</style>