#6705B0

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

Shades of Purple Heart #6705B0

Tints of Purple Heart #6705B0

Color information

#6705B0 (or 0x6705B0) is unknown color: approx Purple Heart. HEX triplet: 67, 05 and B0. RGB value is (103,5,176). Sum of RGB (Red+Green+Blue) = 103+5+176=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 176 (69.14% from 255 or 61.97% from 284); Max value from RGB is 176 - color contains mainly: blue. Hex color #6705B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6705B0 is #98FA4F. Grayscale: #353535. Windows color (decimal): -10025552 or 11535719. OLE color: 11535719.

HSL color Cylindrical-coordinate representation of color #6705B0: hue angle of 274.39º 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 #6705B0 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1035176-
CMYK0.410.9700.31
HSL274.39º94.48%35.49%-
HSV(B)274.39º97.16%69.02%-
XYZ13.486.1341.55-
YUV53.8196.97163.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.27%
GREEN value IS 5 (2.34% from 255) = 1.76%
BLUE value IS 176 (69.14% from 255) = 61.97%
R=36.27%
G=1.76%
B=61.97%

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
Decimal10351760.410.9700.31274.3994.4835.49
Hex675B0296101F1125e23
Octal14752605114103742213643
Binary11001111011011000010100111000010111111000100101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6705B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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