Html Css Color HEX #6416AF Purple Heart

📋 copy color: '#6416AF'

red 100 ◦ green 22 ◦ blue 175

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

Shades of Purple Heart #6416AF

Tints of Purple Heart #6416AF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

 BLUE value IS 175 (68.75% from 255) = 58.92%

R = 33.67%
G = 7.41%
B = 58.92%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6416AF (or 0x6416AF) is known color: Purple Heart. HEX triplet: 64, 16 and AF. RGB value is (100,22,175). Sum of RGB (Red+Green+Blue) = 100+22+175=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #6416AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6416AF is #9BE950. Grayscale: #3E3E3E. Windows color (decimal): -10217809 or 11474532. OLE color: 11474532.

HSL color Cylindrical-coordinate representation of color #6416AF: hue angle of 270.59º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6416AF is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 22 175 -
CMYK 0.43 0.87 0 0.31
HSL 270.59º 0.78% 0.39% -
HSV(B) 270.59º 0.87% 0.69% -
XYZ 13.28 6.38 41.09 -
YUV 62.76 191.34 154.56 -
System Red Green Blue C M Y K H S L
Decimal 100 22 175 0.43 0.87 0 0.31 270.59 0.78 0.39
Hex 64 16 AF 2B 57 0 1F 10F 4E 27
Octal 144 26 257 53 127 0 37 417 116 47
Binary 1100100 10110 10101111 101011 1010111 0 11111 100001111 1001110 100111

Color Harmonies of #6416AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6416AF

Black with #6416AF

Text Example


Text Example

White with #6416AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6416AF; }

 p { color: rgb(100,22,175); }

 H1.HeaderClassName
 {
   color: #6416AF;
 }
 .AnyTagClassName
 {
   color: #6416AF;
 }
</style>

background-color css

<style>
 a { background-color: #6416AF; }

 a { background-color: rgb(100,22,175); }

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

border-color css

<style>
 span { border-color: #6416AF; }

 span { border-color: rgb(100,22,175); }

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