#6805B0

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

Shades of Purple Heart #6805B0

Tints of Purple Heart #6805B0

Color information

#6805B0 (or 0x6805B0) is unknown color: approx Purple Heart. HEX triplet: 68, 05 and B0. RGB value is (104,5,176). Sum of RGB (Red+Green+Blue) = 104+5+176=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 176 (69.14% from 255 or 61.75% from 285); Max value from RGB is 176 - color contains mainly: blue. Hex color #6805B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6805B0 is #97FA4F. Grayscale: #353535. Windows color (decimal): -9960016 or 11535720. OLE color: 11535720.

HSL color Cylindrical-coordinate representation of color #6805B0: hue angle of 274.74º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6805B0 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1045176-
CMYK0.410.9700.31
HSL274.74º94.48%35.49%-
HSV(B)274.74º97.16%69.02%-
XYZ13.66.1941.55-
YUV54.1196.8163.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 5 (2.34% from 255) = 1.75%
BLUE value IS 176 (69.14% from 255) = 61.75%
R=36.49%
G=1.75%
B=61.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10451760.410.9700.31274.7494.4835.49
Hex685B0296101F1135e23
Octal15052605114103742313643
Binary11010001011011000010100111000010111111000100111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6805B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6805B0; }

 p { color: rgb(104,5,176); }

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

<style>
 a { background-color: #6805B0; }

 a { background-color: rgb(104,5,176); }

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

<style>
 span { border-color: #6805B0; }

 span { border-color: rgb(104,5,176); }

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