Html Css Color HEX #6422DE Purple Heart

📋 copy color: '#6422DE'

red 100 ◦ green 34 ◦ blue 222

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

Shades of Purple Heart #6422DE

Tints of Purple Heart #6422DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.36%

R = 28.09%
G = 9.55%
B = 62.36%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6422DE (or 0x6422DE) is known color: Purple Heart. HEX triplet: 64, 22 and DE. RGB value is (100,34,222). Sum of RGB (Red+Green+Blue) = 100+34+222=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #6422DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6422DE is #9BDD21. Grayscale: #4A4A4A. Windows color (decimal): -10214690 or 14557796. OLE color: 14557796.

HSL color Cylindrical-coordinate representation of color #6422DE: hue angle of 261.06º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6422DE is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 34 222 -
CMYK 0.55 0.85 0 0.13
HSL 261.06º 0.74% 0.5% -
HSV(B) 261.06º 0.85% 0.87% -
XYZ 19.01 9.13 69.87 -
YUV 75.17 210.87 145.71 -
System Red Green Blue C M Y K H S L
Decimal 100 34 222 0.55 0.85 0 0.13 261.06 0.74 0.5
Hex 64 22 DE 37 55 0 D 105 4A 32
Octal 144 42 336 67 125 0 15 405 112 62
Binary 1100100 100010 11011110 110111 1010101 0 1101 100000101 1001010 110010

Color Harmonies of #6422DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6422DE

Black with #6422DE

Text Example


Text Example

White with #6422DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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