#613CCA

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

Shades of Purple Heart #613CCA

Tints of Purple Heart #613CCA

Color information

#613CCA (or 0x613CCA) is unknown color: approx Purple Heart. HEX triplet: 61, 3C and CA. RGB value is (97,60,202). Sum of RGB (Red+Green+Blue) = 97+60+202=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #613CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CCA is #9EC335. Grayscale: #565656. Windows color (decimal): -10404662 or 13253729. OLE color: 13253729.

HSL color Cylindrical-coordinate representation of color #613CCA: hue angle of 255.63º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #613CCA is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9760202-
CMYK0.520.7000.21
HSL255.63º57.26%51.37%-
HSV(B)255.63º70.3%79.22%-
XYZ17.2110.0456.91-
YUV87.25192.76134.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 60 (23.83% from 255) = 16.71%
BLUE value IS 202 (79.30% from 255) = 56.27%
R=27.02%
G=16.71%
B=56.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97602020.520.7000.21255.6357.2651.37
Hex613CCA34460151003933
Octal14174312641060254007163
Binary1100001111100110010101101001000110010101100000000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613CCA; }

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

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

<style>
 a { background-color: #613CCA; }

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

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

<style>
 span { border-color: #613CCA; }

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

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