Html Css Color HEX #6402AF Purple Heart

📋 copy color: '#6402AF'

red 100 ◦ green 2 ◦ blue 175

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

Shades of Purple Heart #6402AF

Tints of Purple Heart #6402AF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 36.1%
G = 0.72%
B = 63.18%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6402AF (or 0x6402AF) is known color: Purple Heart. HEX triplet: 64, 02 and AF. RGB value is (100,2,175). Sum of RGB (Red+Green+Blue) = 100+2+175=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #6402AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6402AF is #9BFD50. Grayscale: #323232. Windows color (decimal): -10222929 or 11469412. OLE color: 11469412.

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

Color convert

RGB 100 2 175 -
CMYK 0.43 0.99 0 0.31
HSL 273.99º 0.98% 0.35% -
HSV(B) 273.99º 0.99% 0.69% -
XYZ 13.02 5.85 41 -
YUV 51.02 197.97 162.93 -
System Red Green Blue C M Y K H S L
Decimal 100 2 175 0.43 0.99 0 0.31 273.99 0.98 0.35
Hex 64 2 AF 2B 63 0 1F 112 62 23
Octal 144 2 257 53 143 0 37 422 142 43
Binary 1100100 10 10101111 101011 1100011 0 11111 100010010 1100010 100011

Color Harmonies of #6402AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6402AF

Black with #6402AF

Text Example


Text Example

White with #6402AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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