#6705CB

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

Shades of Purple Heart #6705CB

Tints of Purple Heart #6705CB

Color information

#6705CB (or 0x6705CB) is unknown color: approx Purple Heart. HEX triplet: 67, 05 and CB. RGB value is (103,5,203). Sum of RGB (Red+Green+Blue) = 103+5+203=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #6705CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6705CB is #98FA34. Grayscale: #383838. Windows color (decimal): -10025525 or 13305191. OLE color: 13305191.

HSL color Cylindrical-coordinate representation of color #6705CB: hue angle of 269.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6705CB is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1035203-
CMYK0.490.9800.20
HSL269.7º95.19%40.78%-
HSV(B)269.7º97.54%79.61%-
XYZ16.437.357.04-
YUV56.87210.47160.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.12%
GREEN value IS 5 (2.34% from 255) = 1.61%
BLUE value IS 203 (79.69% from 255) = 65.27%
R=33.12%
G=1.61%
B=65.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10352030.490.9800.20269.795.1940.78
Hex675CB316201410e5f29
Octal14753136114202441613751
Binary11001111011100101111000111000100101001000011101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6705CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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