Html Css Color HEX #6836DB Purple Heart

📋 copy color: '#6836DB'

red 104 ◦ green 54 ◦ blue 219

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

Shades of Purple Heart #6836DB

Tints of Purple Heart #6836DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 27.59%
G = 14.32%
B = 58.09%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6836DB (or 0x6836DB) is known color: Purple Heart. HEX triplet: 68, 36 and DB. RGB value is (104,54,219). Sum of RGB (Red+Green+Blue) = 104+54+219=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #6836DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6836DB is #97C924. Grayscale: #575757. Windows color (decimal): -9947429 or 14366312. OLE color: 14366312.

HSL color Cylindrical-coordinate representation of color #6836DB: hue angle of 258.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6836DB is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 54 219 -
CMYK 0.53 0.75 0 0.14
HSL 258.18º 0.7% 0.54% -
HSV(B) 258.18º 0.75% 0.86% -
XYZ 19.81 10.7 68.04 -
YUV 87.76 202.07 139.58 -
System Red Green Blue C M Y K H S L
Decimal 104 54 219 0.53 0.75 0 0.14 258.18 0.7 0.54
Hex 68 36 DB 35 4B 0 E 102 46 36
Octal 150 66 333 65 113 0 16 402 106 66
Binary 1101000 110110 11011011 110101 1001011 0 1110 100000010 1000110 110110

Color Harmonies of #6836DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6836DB

Black with #6836DB

Text Example


Text Example

White with #6836DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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