#6526CD

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

Shades of Purple Heart #6526CD

Tints of Purple Heart #6526CD

Color information

#6526CD (or 0x6526CD) is unknown color: approx Purple Heart. HEX triplet: 65, 26 and CD. RGB value is (101,38,205). Sum of RGB (Red+Green+Blue) = 101+38+205=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #6526CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6526CD is #9AD932. Grayscale: #4B4B4B. Windows color (decimal): -10148147 or 13444709. OLE color: 13444709.

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

Color convert

RGB10138205-
CMYK0.510.8100.20
HSL262.63º68.72%47.65%-
HSV(B)262.63º81.46%80.39%-
XYZ17.088.5658.51-
YUV75.88200.87145.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.36%
GREEN value IS 38 (15.23% from 255) = 11.05%
BLUE value IS 205 (80.47% from 255) = 59.59%
R=29.36%
G=11.05%
B=59.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101382050.510.8100.20262.6368.7247.65
Hex6526CD33510141074530
Octal145463156312102440710560
Binary11001011001101100110111001110100010101001000001111000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6526CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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