#6511CD

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

Shades of Purple Heart #6511CD

Tints of Purple Heart #6511CD

Color information

#6511CD (or 0x6511CD) is unknown color: approx Purple Heart. HEX triplet: 65, 11 and CD. RGB value is (101,17,205). Sum of RGB (Red+Green+Blue) = 101+17+205=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #6511CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6511CD is #9AEE32. Grayscale: #3E3E3E. Windows color (decimal): -10153523 or 13439333. OLE color: 13439333.

HSL color Cylindrical-coordinate representation of color #6511CD: hue angle of 266.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6511CD is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10117205-
CMYK0.510.9200.20
HSL266.81º84.68%43.53%-
HSV(B)266.81º91.71%80.39%-
XYZ16.597.5858.35-
YUV63.55207.83154.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.27%
GREEN value IS 17 (7.03% from 255) = 5.26%
BLUE value IS 205 (80.47% from 255) = 63.47%
R=31.27%
G=5.26%
B=63.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101172050.510.9200.20266.8184.6843.53
Hex6511CD335C01410b552c
Octal145213156313402441312554
Binary1100101100011100110111001110111000101001000010111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6511CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6511CD; }

 p { color: rgb(101,17,205); }

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

<style>
 a { background-color: #6511CD; }

 a { background-color: rgb(101,17,205); }

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

<style>
 span { border-color: #6511CD; }

 span { border-color: rgb(101,17,205); }

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