#6135B8

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

Shades of Purple Heart #6135B8

Tints of Purple Heart #6135B8

Color information

#6135B8 (or 0x6135B8) is unknown color: approx Purple Heart. HEX triplet: 61, 35 and B8. RGB value is (97,53,184). Sum of RGB (Red+Green+Blue) = 97+53+184=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 184 (72.27% from 255 or 55.09% from 334); Max value from RGB is 184 - color contains mainly: blue. Hex color #6135B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6135B8 is #9ECA47. Grayscale: #505050. Windows color (decimal): -10406472 or 12072289. OLE color: 12072289.

HSL color Cylindrical-coordinate representation of color #6135B8: hue angle of 260.15º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6135B8 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9753184-
CMYK0.470.7100.28
HSL260.15º55.27%46.47%-
HSV(B)260.15º71.2%72.16%-
XYZ14.858.5546.21-
YUV81.09186.08139.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 184 (72.27% from 255) = 55.09%
R=29.04%
G=15.87%
B=55.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal97531840.470.7100.28260.1555.2746.47
Hex6135B82F4701C104372e
Octal14165270571070344046756
Binary1100001110101101110001011111000111011100100000100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6135B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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