#613CCC

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

Shades of Purple Heart #613CCC

Tints of Purple Heart #613CCC

Color information

#613CCC (or 0x613CCC) is unknown color: approx Purple Heart. HEX triplet: 61, 3C and CC. RGB value is (97,60,204). Sum of RGB (Red+Green+Blue) = 97+60+204=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #613CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CCC is #9EC333. Grayscale: #565656. Windows color (decimal): -10404660 or 13384801. OLE color: 13384801.

HSL color Cylindrical-coordinate representation of color #613CCC: hue angle of 255.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613CCC is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9760204-
CMYK0.520.7100.2
HSL255.42º58.54%51.76%-
HSV(B)255.42º70.59%80%-
XYZ17.4410.1358.16-
YUV87.48193.76134.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 60 (23.83% from 255) = 16.62%
BLUE value IS 204 (80.08% from 255) = 56.51%
R=26.87%
G=16.62%
B=56.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal97602040.520.7100.2255.4258.5451.76
Hex613CCC3447014ff3b34
Octal14174314641070243777364
Binary110000111110011001100110100100011101010011111111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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