Html Css Color HEX #6422DB Purple Heart

📋 copy color: '#6422DB'

red 100 ◦ green 34 ◦ blue 219

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

Shades of Purple Heart #6422DB

Tints of Purple Heart #6422DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 28.33%
G = 9.63%
B = 62.04%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6422DB (or 0x6422DB) is known color: Purple Heart. HEX triplet: 64, 22 and DB. RGB value is (100,34,219). Sum of RGB (Red+Green+Blue) = 100+34+219=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #6422DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6422DB is #9BDD24. Grayscale: #4A4A4A. Windows color (decimal): -10214693 or 14361188. OLE color: 14361188.

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

Color convert

RGB 100 34 219 -
CMYK 0.54 0.84 0 0.14
HSL 261.41º 0.73% 0.5% -
HSV(B) 261.41º 0.84% 0.86% -
XYZ 18.61 8.97 67.77 -
YUV 74.82 209.37 145.96 -
System Red Green Blue C M Y K H S L
Decimal 100 34 219 0.54 0.84 0 0.14 261.41 0.73 0.5
Hex 64 22 DB 36 54 0 E 105 49 32
Octal 144 42 333 66 124 0 16 405 111 62
Binary 1100100 100010 11011011 110110 1010100 0 1110 100000101 1001001 110010

Color Harmonies of #6422DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6422DB

Black with #6422DB

Text Example


Text Example

White with #6422DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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