#6135CD

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

Shades of Purple Heart #6135CD

Tints of Purple Heart #6135CD

Color information

#6135CD (or 0x6135CD) is unknown color: approx Purple Heart. HEX triplet: 61, 35 and CD. RGB value is (97,53,205). Sum of RGB (Red+Green+Blue) = 97+53+205=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #6135CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6135CD is #9ECA32. Grayscale: #525252. Windows color (decimal): -10406451 or 13448545. OLE color: 13448545.

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

Color convert

RGB9753205-
CMYK0.530.7400.20
HSL257.37º60.32%50.59%-
HSV(B)257.37º74.15%80.39%-
XYZ17.229.558.68-
YUV83.48196.58137.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 53 (21.09% from 255) = 14.93%
BLUE value IS 205 (80.47% from 255) = 57.75%
R=27.32%
G=14.93%
B=57.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97532050.530.7400.20257.3760.3250.59
Hex6135CD354A0141013c33
Octal14165315651120244017463
Binary1100001110101110011011101011001010010100100000001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6135CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,53,205); }

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

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

 a { background-color: rgb(97,53,205); }

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

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

 span { border-color: rgb(97,53,205); }

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