#6135CA

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

Shades of Purple Heart #6135CA

Tints of Purple Heart #6135CA

Color information

#6135CA (or 0x6135CA) is unknown color: approx Purple Heart. HEX triplet: 61, 35 and CA. RGB value is (97,53,202). Sum of RGB (Red+Green+Blue) = 97+53+202=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #6135CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6135CA is #9ECA35. Grayscale: #525252. Windows color (decimal): -10406454 or 13251937. OLE color: 13251937.

HSL color Cylindrical-coordinate representation of color #6135CA: hue angle of 257.72º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6135CA is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9753202-
CMYK0.520.7400.21
HSL257.72º58.43%50%-
HSV(B)257.72º73.76%79.22%-
XYZ16.869.3556.79-
YUV83.14195.08137.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 202 (79.30% from 255) = 57.39%
R=27.56%
G=15.06%
B=57.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97532020.520.7400.21257.7258.4350
Hex6135CA344A0151023a32
Octal14165312641120254027262
Binary1100001110101110010101101001001010010101100000010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6135CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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