Html Css Color HEX #6824D8 Purple Heart

📋 copy color: '#6824D8'

red 104 ◦ green 36 ◦ blue 216

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

Shades of Purple Heart #6824D8

Tints of Purple Heart #6824D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 60.67%

R = 29.21%
G = 10.11%
B = 60.67%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6824D8 (or 0x6824D8) is known color: Purple Heart. HEX triplet: 68, 24 and D8. RGB value is (104,36,216). Sum of RGB (Red+Green+Blue) = 104+36+216=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 216 (84.77% from 255 or 60.67% from 356); Max value from RGB is 216 - color contains mainly: blue. Hex color #6824D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6824D8 is #97DB27. Grayscale: #4C4C4C. Windows color (decimal): -9952040 or 14165096. OLE color: 14165096.

HSL color Cylindrical-coordinate representation of color #6824D8: hue angle of 262.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6824D8 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 36 216 -
CMYK 0.52 0.83 0 0.15
HSL 262.67º 0.71% 0.49% -
HSV(B) 262.67º 0.83% 0.85% -
XYZ 18.73 9.16 65.75 -
YUV 76.85 206.53 147.36 -
System Red Green Blue C M Y K H S L
Decimal 104 36 216 0.52 0.83 0 0.15 262.67 0.71 0.49
Hex 68 24 D8 34 53 0 F 107 47 31
Octal 150 44 330 64 123 0 17 407 107 61
Binary 1101000 100100 11011000 110100 1010011 0 1111 100000111 1000111 110001

Color Harmonies of #6824D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6824D8

Black with #6824D8

Text Example


Text Example

White with #6824D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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