Html Css Color HEX #6410AB Purple Heart

📋 copy color: '#6410AB'

red 100 ◦ green 16 ◦ blue 171

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

Shades of Purple Heart #6410AB

Tints of Purple Heart #6410AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 34.84%
G = 5.57%
B = 59.58%

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

#6410AB (or 0x6410AB) is known color: Purple Heart. HEX triplet: 64, 10 and AB. RGB value is (100,16,171). Sum of RGB (Red+Green+Blue) = 100+16+171=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #6410AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6410AB is #9BEF54. Grayscale: #3A3A3A. Windows color (decimal): -10219349 or 11210852. OLE color: 11210852.

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

Color convert

RGB 100 16 171 -
CMYK 0.42 0.91 0 0.33
HSL 272.52º 0.83% 0.37% -
HSV(B) 272.52º 0.91% 0.67% -
XYZ 12.79 6.02 39.02 -
YUV 58.79 191.33 157.4 -
System Red Green Blue C M Y K H S L
Decimal 100 16 171 0.42 0.91 0 0.33 272.52 0.83 0.37
Hex 64 10 AB 2A 5B 0 21 111 53 25
Octal 144 20 253 52 133 0 41 421 123 45
Binary 1100100 10000 10101011 101010 1011011 0 100001 100010001 1010011 100101

Color Harmonies of #6410AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6410AB

Black with #6410AB

Text Example


Text Example

White with #6410AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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