Html Css Color HEX #6412AF Purple Heart

📋 copy color: '#6412AF'

red 100 ◦ green 18 ◦ blue 175

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

Shades of Purple Heart #6412AF

Tints of Purple Heart #6412AF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.14%

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

R = 34.13%
G = 6.14%
B = 59.73%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6412AF (or 0x6412AF) is known color: Purple Heart. HEX triplet: 64, 12 and AF. RGB value is (100,18,175). Sum of RGB (Red+Green+Blue) = 100+18+175=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #6412AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6412AF is #9BED50. Grayscale: #3B3B3B. Windows color (decimal): -10218833 or 11473508. OLE color: 11473508.

HSL color Cylindrical-coordinate representation of color #6412AF: hue angle of 271.34º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6412AF is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 18 175 -
CMYK 0.43 0.90 0 0.31
HSL 271.34º 0.81% 0.38% -
HSV(B) 271.34º 0.9% 0.69% -
XYZ 13.21 6.24 41.07 -
YUV 60.42 192.67 156.23 -
System Red Green Blue C M Y K H S L
Decimal 100 18 175 0.43 0.90 0 0.31 271.34 0.81 0.38
Hex 64 12 AF 2B 5A 0 1F 10F 51 26
Octal 144 22 257 53 132 0 37 417 121 46
Binary 1100100 10010 10101111 101011 1011010 0 11111 100001111 1010001 100110

Color Harmonies of #6412AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6412AF

Black with #6412AF

Text Example


Text Example

White with #6412AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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