Html Css Color HEX #6822DC Purple Heart

📋 copy color: '#6822DC'

red 104 ◦ green 34 ◦ blue 220

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

Shades of Purple Heart #6822DC

Tints of Purple Heart #6822DC

RGB

 RED value IS 104 (41.02% from 255) = 29.05%

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

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

R = 29.05%
G = 9.5%
B = 61.45%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6822DC (or 0x6822DC) is known color: Purple Heart. HEX triplet: 68, 22 and DC. RGB value is (104,34,220). Sum of RGB (Red+Green+Blue) = 104+34+220=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #6822DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6822DC is #97DD23. Grayscale: #4B4B4B. Windows color (decimal): -9952548 or 14426728. OLE color: 14426728.

HSL color Cylindrical-coordinate representation of color #6822DC: hue angle of 262.58º 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 #6822DC is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 34 220 -
CMYK 0.53 0.85 0 0.14
HSL 262.58º 0.73% 0.5% -
HSV(B) 262.58º 0.85% 0.86% -
XYZ 19.2 9.25 68.48 -
YUV 76.13 209.19 147.88 -
System Red Green Blue C M Y K H S L
Decimal 104 34 220 0.53 0.85 0 0.14 262.58 0.73 0.5
Hex 68 22 DC 35 55 0 E 107 49 32
Octal 150 42 334 65 125 0 16 407 111 62
Binary 1101000 100010 11011100 110101 1010101 0 1110 100000111 1001001 110010

Color Harmonies of #6822DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6822DC

Black with #6822DC

Text Example


Text Example

White with #6822DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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