#6836DB

Color #6836DB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6836DB

Tints of Purple Heart #6836DB

Color information

#6836DB (or 0x6836DB) is unknown color: approx 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

RGB10454219-
CMYK0.530.7500.14
HSL258.18º69.62%53.53%-
HSV(B)258.18º75.34%85.88%-
XYZ19.8110.768.04-
YUV87.76202.06139.58-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104542190.530.7500.14258.1869.6253.53
Hex6836DB354B0E1024636
Octal150663336511301640210666
Binary1101000110110110110111101011001011011101000000101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6836DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>