#6B17DB

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

Shades of Purple Heart #6B17DB

Tints of Purple Heart #6B17DB

Color information

#6B17DB (or 0x6B17DB) is unknown color: approx Purple Heart. HEX triplet: 6B, 17 and DB. RGB value is (107,23,219). Sum of RGB (Red+Green+Blue) = 107+23+219=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B17DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B17DB is #94E824. Grayscale: #454545. Windows color (decimal): -9758757 or 14358379. OLE color: 14358379.

HSL color Cylindrical-coordinate representation of color #6B17DB: hue angle of 265.71º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B17DB is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10723219-
CMYK0.510.8900.14
HSL265.71º80.99%47.45%-
HSV(B)265.71º89.5%85.88%-
XYZ19.168.8567.72-
YUV70.46211.83154.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.66%
GREEN value IS 23 (9.38% from 255) = 6.59%
BLUE value IS 219 (85.94% from 255) = 62.75%
R=30.66%
G=6.59%
B=62.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal107232190.510.8900.14265.7180.9947.45
Hex6B17DB33590E10a512f
Octal153273336313101641212157
Binary110101110111110110111100111011001011101000010101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B17DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B17DB; }

 p { color: rgb(107,23,219); }

 H1.HeaderClassName
 {
   color: #6B17DB;
 }
 .AnyTagClassName
 {
   color: #6B17DB;
 }
</style>
background-color css

<style>
 a { background-color: #6B17DB; }

 a { background-color: rgb(107,23,219); }

 div.DivClassName
 {
   background-color: #6B17DB;
 }
 .BgClassName
 {
   background-color: #6B17DB;
 }
</style>
border-color css

<style>
 span { border-color: #6B17DB; }

 span { border-color: rgb(107,23,219); }

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