Html Css Color HEX #6407AC Purple Heart

📋 copy color: '#6407AC'

red 100 ◦ green 7 ◦ blue 172

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

Shades of Purple Heart #6407AC

Tints of Purple Heart #6407AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.65%

R = 35.84%
G = 2.51%
B = 61.65%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6407AC (or 0x6407AC) is known color: Purple Heart. HEX triplet: 64, 07 and AC. RGB value is (100,7,172). Sum of RGB (Red+Green+Blue) = 100+7+172=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #6407AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6407AC is #9BF853. Grayscale: #353535. Windows color (decimal): -10221652 or 11274084. OLE color: 11274084.

HSL color Cylindrical-coordinate representation of color #6407AC: hue angle of 273.82º 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 #6407AC is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 7 172 -
CMYK 0.42 0.96 0 0.33
HSL 273.82º 0.92% 0.35% -
HSV(B) 273.82º 0.96% 0.67% -
XYZ 12.78 5.84 39.48 -
YUV 53.62 194.81 161.08 -
System Red Green Blue C M Y K H S L
Decimal 100 7 172 0.42 0.96 0 0.33 273.82 0.92 0.35
Hex 64 7 AC 2A 60 0 21 112 5C 23
Octal 144 7 254 52 140 0 41 422 134 43
Binary 1100100 111 10101100 101010 1100000 0 100001 100010010 1011100 100011

Color Harmonies of #6407AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6407AC

Black with #6407AC

Text Example


Text Example

White with #6407AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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