Html Css Color HEX #6402C1 Purple Heart

📋 copy color: '#6402C1'

red 100 ◦ green 2 ◦ blue 193

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

Shades of Purple Heart #6402C1

Tints of Purple Heart #6402C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 65.42%

R = 33.9%
G = 0.68%
B = 65.42%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6402C1 (or 0x6402C1) is known color: Purple Heart. HEX triplet: 64, 02 and C1. RGB value is (100,2,193). Sum of RGB (Red+Green+Blue) = 100+2+193=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 193 (75.78% from 255 or 65.42% from 295); Max value from RGB is 193 - color contains mainly: blue. Hex color #6402C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6402C1 is #9BFD3E. Grayscale: #343434. Windows color (decimal): -10222911 or 12649060. OLE color: 12649060.

HSL color Cylindrical-coordinate representation of color #6402C1: hue angle of 270.79º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402C1 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 2 193 -
CMYK 0.48 0.99 0 0.24
HSL 270.79º 0.98% 0.38% -
HSV(B) 270.79º 0.99% 0.76% -
XYZ 14.9 6.6 50.94 -
YUV 53.08 206.97 161.47 -
System Red Green Blue C M Y K H S L
Decimal 100 2 193 0.48 0.99 0 0.24 270.79 0.98 0.38
Hex 64 2 C1 30 63 0 18 10F 62 26
Octal 144 2 301 60 143 0 30 417 142 46
Binary 1100100 10 11000001 110000 1100011 0 11000 100001111 1100010 100110

Color Harmonies of #6402C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6402C1

Black with #6402C1

Text Example


Text Example

White with #6402C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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