Html Css Color HEX #6824CE Purple Heart

📋 copy color: '#6824CE'

red 104 ◦ green 36 ◦ blue 206

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

Shades of Purple Heart #6824CE

Tints of Purple Heart #6824CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 30.06%
G = 10.4%
B = 59.54%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6824CE (or 0x6824CE) is known color: Purple Heart. HEX triplet: 68, 24 and CE. RGB value is (104,36,206). Sum of RGB (Red+Green+Blue) = 104+36+206=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #6824CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6824CE is #97DB31. Grayscale: #4B4B4B. Windows color (decimal): -9952050 or 13509736. OLE color: 13509736.

HSL color Cylindrical-coordinate representation of color #6824CE: hue angle of 264º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6824CE is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 36 206 -
CMYK 0.50 0.83 0 0.19
HSL 264º 0.7% 0.47% -
HSV(B) 264º 0.83% 0.81% -
XYZ 17.48 8.66 59.14 -
YUV 75.71 201.53 148.18 -
System Red Green Blue C M Y K H S L
Decimal 104 36 206 0.50 0.83 0 0.19 264 0.7 0.47
Hex 68 24 CE 32 53 0 13 108 46 2F
Octal 150 44 316 62 123 0 23 410 106 57
Binary 1101000 100100 11001110 110010 1010011 0 10011 100001000 1000110 101111

Color Harmonies of #6824CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6824CE

Black with #6824CE

Text Example


Text Example

White with #6824CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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