Html Css Color HEX #6408AE Purple Heart

📋 copy color: '#6408AE'

red 100 ◦ green 8 ◦ blue 174

#6408AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6408AE

Tints of Purple Heart #6408AE

RGB

 RED value IS 100 (39.45% from 255) = 35.46%

 GREEN value IS 8 (3.52% from 255) = 2.84%

 BLUE value IS 174 (68.36% from 255) = 61.7%

R = 35.46%
G = 2.84%
B = 61.7%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6408AE (or 0x6408AE) is known color: Purple Heart. HEX triplet: 64, 08 and AE. RGB value is (100,8,174). Sum of RGB (Red+Green+Blue) = 100+8+174=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #6408AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6408AE is #9BF751. Grayscale: #353535. Windows color (decimal): -10221394 or 11405412. OLE color: 11405412.

HSL color Cylindrical-coordinate representation of color #6408AE: hue angle of 273.25º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6408AE is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 8 174 -
CMYK 0.43 0.95 0 0.32
HSL 273.25º 0.91% 0.36% -
HSV(B) 273.25º 0.95% 0.68% -
XYZ 12.98 5.94 40.51 -
YUV 54.43 195.48 160.5 -
System Red Green Blue C M Y K H S L
Decimal 100 8 174 0.43 0.95 0 0.32 273.25 0.91 0.36
Hex 64 8 AE 2B 5F 0 20 111 5B 24
Octal 144 10 256 53 137 0 40 421 133 44
Binary 1100100 1000 10101110 101011 1011111 0 100000 100010001 1011011 100100

Color Harmonies of #6408AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6408AE

Black with #6408AE

Text Example


Text Example

White with #6408AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6408AE; }

 p { color: rgb(100,8,174); }

 H1.HeaderClassName
 {
   color: #6408AE;
 }
 .AnyTagClassName
 {
   color: #6408AE;
 }
</style>

background-color css

<style>
 a { background-color: #6408AE; }

 a { background-color: rgb(100,8,174); }

 div.DivClassName
 {
   background-color: #6408AE;
 }
 .BgClassName
 {
   background-color: #6408AE;
 }
</style>

border-color css

<style>
 span { border-color: #6408AE; }

 span { border-color: rgb(100,8,174); }

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