Html Css Color HEX #6422DC Purple Heart

📋 copy color: '#6422DC'

red 100 ◦ green 34 ◦ blue 220

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

Shades of Purple Heart #6422DC

Tints of Purple Heart #6422DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 28.25%
G = 9.6%
B = 62.15%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6422DC (or 0x6422DC) is known color: Purple Heart. HEX triplet: 64, 22 and DC. RGB value is (100,34,220). Sum of RGB (Red+Green+Blue) = 100+34+220=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #6422DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6422DC is #9BDD23. Grayscale: #4A4A4A. Windows color (decimal): -10214692 or 14426724. OLE color: 14426724.

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

Color convert

RGB 100 34 220 -
CMYK 0.55 0.85 0 0.14
HSL 261.29º 0.73% 0.5% -
HSV(B) 261.29º 0.85% 0.86% -
XYZ 18.75 9.02 68.46 -
YUV 74.94 209.87 145.88 -
System Red Green Blue C M Y K H S L
Decimal 100 34 220 0.55 0.85 0 0.14 261.29 0.73 0.5
Hex 64 22 DC 37 55 0 E 105 49 32
Octal 144 42 334 67 125 0 16 405 111 62
Binary 1100100 100010 11011100 110111 1010101 0 1110 100000101 1001001 110010

Color Harmonies of #6422DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6422DC

Black with #6422DC

Text Example


Text Example

White with #6422DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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