Html Css Color HEX #6836DE Purple Heart

📋 copy color: '#6836DE'

red 104 ◦ green 54 ◦ blue 222

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

Shades of Purple Heart #6836DE

Tints of Purple Heart #6836DE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.21%

 BLUE value IS 222 (87.11% from 255) = 58.42%

R = 27.37%
G = 14.21%
B = 58.42%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6836DE (or 0x6836DE) is known color: Purple Heart. HEX triplet: 68, 36 and DE. RGB value is (104,54,222). Sum of RGB (Red+Green+Blue) = 104+54+222=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #6836DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6836DE is #97C921. Grayscale: #575757. Windows color (decimal): -9947426 or 14562920. OLE color: 14562920.

HSL color Cylindrical-coordinate representation of color #6836DE: hue angle of 257.86º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6836DE is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 54 222 -
CMYK 0.53 0.76 0 0.13
HSL 257.86º 0.72% 0.54% -
HSV(B) 257.86º 0.76% 0.87% -
XYZ 20.21 10.86 70.14 -
YUV 88.1 203.57 139.34 -
System Red Green Blue C M Y K H S L
Decimal 104 54 222 0.53 0.76 0 0.13 257.86 0.72 0.54
Hex 68 36 DE 35 4C 0 D 102 48 36
Octal 150 66 336 65 114 0 15 402 110 66
Binary 1101000 110110 11011110 110101 1001100 0 1101 100000010 1001000 110110

Color Harmonies of #6836DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6836DE

Black with #6836DE

Text Example


Text Example

White with #6836DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6836DE; }

 p { color: rgb(104,54,222); }

 H1.HeaderClassName
 {
   color: #6836DE;
 }
 .AnyTagClassName
 {
   color: #6836DE;
 }
</style>

background-color css

<style>
 a { background-color: #6836DE; }

 a { background-color: rgb(104,54,222); }

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

border-color css

<style>
 span { border-color: #6836DE; }

 span { border-color: rgb(104,54,222); }

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