Html Css Color HEX #6407AA Purple Heart

📋 copy color: '#6407AA'

red 100 ◦ green 7 ◦ blue 170

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

Shades of Purple Heart #6407AA

Tints of Purple Heart #6407AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.53%

 BLUE value IS 170 (66.8% from 255) = 61.37%

R = 36.1%
G = 2.53%
B = 61.37%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6407AA (or 0x6407AA) is known color: Purple Heart. HEX triplet: 64, 07 and AA. RGB value is (100,7,170). Sum of RGB (Red+Green+Blue) = 100+7+170=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #6407AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6407AA is #9BF855. Grayscale: #343434. Windows color (decimal): -10221654 or 11143012. OLE color: 11143012.

HSL color Cylindrical-coordinate representation of color #6407AA: hue angle of 274.23º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6407AA is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 7 170 -
CMYK 0.41 0.96 0 0.33
HSL 274.23º 0.92% 0.35% -
HSV(B) 274.23º 0.96% 0.67% -
XYZ 12.59 5.76 38.48 -
YUV 53.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 100 7 170 0.41 0.96 0 0.33 274.23 0.92 0.35
Hex 64 7 AA 29 60 0 21 112 5C 23
Octal 144 7 252 51 140 0 41 422 134 43
Binary 1100100 111 10101010 101001 1100000 0 100001 100010010 1011100 100011

Color Harmonies of #6407AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6407AA

Black with #6407AA

Text Example


Text Example

White with #6407AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6407AA; }

 p { color: rgb(100,7,170); }

 H1.HeaderClassName
 {
   color: #6407AA;
 }
 .AnyTagClassName
 {
   color: #6407AA;
 }
</style>

background-color css

<style>
 a { background-color: #6407AA; }

 a { background-color: rgb(100,7,170); }

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

border-color css

<style>
 span { border-color: #6407AA; }

 span { border-color: rgb(100,7,170); }

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