Html Css Color HEX #6422CE Purple Heart

📋 copy color: '#6422CE'

red 100 ◦ green 34 ◦ blue 206

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

Shades of Purple Heart #6422CE

Tints of Purple Heart #6422CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10%

 BLUE value IS 206 (80.86% from 255) = 60.59%

R = 29.41%
G = 10%
B = 60.59%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6422CE (or 0x6422CE) is known color: Purple Heart. HEX triplet: 64, 22 and CE. RGB value is (100,34,206). Sum of RGB (Red+Green+Blue) = 100+34+206=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #6422CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6422CE is #9BDD31. Grayscale: #484848. Windows color (decimal): -10214706 or 13509220. OLE color: 13509220.

HSL color Cylindrical-coordinate representation of color #6422CE: hue angle of 263.02º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6422CE is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 34 206 -
CMYK 0.51 0.83 0 0.19
HSL 263.02º 0.72% 0.47% -
HSV(B) 263.02º 0.83% 0.81% -
XYZ 16.97 8.31 59.1 -
YUV 73.34 202.87 147.01 -
System Red Green Blue C M Y K H S L
Decimal 100 34 206 0.51 0.83 0 0.19 263.02 0.72 0.47
Hex 64 22 CE 33 53 0 13 107 48 2F
Octal 144 42 316 63 123 0 23 407 110 57
Binary 1100100 100010 11001110 110011 1010011 0 10011 100000111 1001000 101111

Color Harmonies of #6422CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6422CE

Black with #6422CE

Text Example


Text Example

White with #6422CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6422CE; }

 p { color: rgb(100,34,206); }

 H1.HeaderClassName
 {
   color: #6422CE;
 }
 .AnyTagClassName
 {
   color: #6422CE;
 }
</style>

background-color css

<style>
 a { background-color: #6422CE; }

 a { background-color: rgb(100,34,206); }

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

border-color css

<style>
 span { border-color: #6422CE; }

 span { border-color: rgb(100,34,206); }

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