#6139DB

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

Shades of Purple Heart #6139DB

Tints of Purple Heart #6139DB

Color information

#6139DB (or 0x6139DB) is unknown color: approx Purple Heart. HEX triplet: 61, 39 and DB. RGB value is (97,57,219). Sum of RGB (Red+Green+Blue) = 97+57+219=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #6139DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6139DB is #9EC624. Grayscale: #565656. Windows color (decimal): -10405413 or 14367073. OLE color: 14367073.

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

Color convert

RGB9757219-
CMYK0.560.7400.14
HSL254.81º69.23%54.12%-
HSV(B)254.81º73.97%85.88%-
XYZ19.1810.5868.05-
YUV87.43202.25134.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.01%
GREEN value IS 57 (22.66% from 255) = 15.28%
BLUE value IS 219 (85.94% from 255) = 58.71%
R=26.01%
G=15.28%
B=58.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal97572190.560.7400.14254.8169.2354.12
Hex6139DB384A0Eff4536
Octal141713337011201637710566
Binary110000111100111011011111000100101001110111111111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6139DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,57,219); }

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

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

 a { background-color: rgb(97,57,219); }

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

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

 span { border-color: rgb(97,57,219); }

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