Html Css Color HEX #6824DC Purple Heart

📋 copy color: '#6824DC'

red 104 ◦ green 36 ◦ blue 220

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

Shades of Purple Heart #6824DC

Tints of Purple Heart #6824DC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10%

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

R = 28.89%
G = 10%
B = 61.11%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6824DC (or 0x6824DC) is known color: Purple Heart. HEX triplet: 68, 24 and DC. RGB value is (104,36,220). Sum of RGB (Red+Green+Blue) = 104+36+220=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #6824DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6824DC is #97DB23. Grayscale: #4C4C4C. Windows color (decimal): -9952036 or 14427240. OLE color: 14427240.

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

Color convert

RGB 104 36 220 -
CMYK 0.53 0.84 0 0.14
HSL 262.17º 0.72% 0.5% -
HSV(B) 262.17º 0.84% 0.86% -
XYZ 19.26 9.37 68.5 -
YUV 77.31 208.53 147.04 -
System Red Green Blue C M Y K H S L
Decimal 104 36 220 0.53 0.84 0 0.14 262.17 0.72 0.5
Hex 68 24 DC 35 54 0 E 106 48 32
Octal 150 44 334 65 124 0 16 406 110 62
Binary 1101000 100100 11011100 110101 1010100 0 1110 100000110 1001000 110010

Color Harmonies of #6824DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6824DC

Black with #6824DC

Text Example


Text Example

White with #6824DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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