Html Css Color HEX #6410AC Purple Heart

📋 copy color: '#6410AC'

red 100 ◦ green 16 ◦ blue 172

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

Shades of Purple Heart #6410AC

Tints of Purple Heart #6410AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

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

R = 34.72%
G = 5.56%
B = 59.72%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6410AC (or 0x6410AC) is known color: Purple Heart. HEX triplet: 64, 10 and AC. RGB value is (100,16,172). Sum of RGB (Red+Green+Blue) = 100+16+172=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #6410AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6410AC is #9BEF53. Grayscale: #3A3A3A. Windows color (decimal): -10219348 or 11276388. OLE color: 11276388.

HSL color Cylindrical-coordinate representation of color #6410AC: hue angle of 272.31º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6410AC is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 16 172 -
CMYK 0.42 0.91 0 0.33
HSL 272.31º 0.83% 0.37% -
HSV(B) 272.31º 0.91% 0.67% -
XYZ 12.89 6.06 39.52 -
YUV 58.9 191.83 157.32 -
System Red Green Blue C M Y K H S L
Decimal 100 16 172 0.42 0.91 0 0.33 272.31 0.83 0.37
Hex 64 10 AC 2A 5B 0 21 110 53 25
Octal 144 20 254 52 133 0 41 420 123 45
Binary 1100100 10000 10101100 101010 1011011 0 100001 100010000 1010011 100101

Color Harmonies of #6410AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6410AC

Black with #6410AC

Text Example


Text Example

White with #6410AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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