#613CBC

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

Shades of Purple Heart #613CBC

Tints of Purple Heart #613CBC

Color information

#613CBC (or 0x613CBC) is unknown color: approx Purple Heart. HEX triplet: 61, 3C and BC. RGB value is (97,60,188). Sum of RGB (Red+Green+Blue) = 97+60+188=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #613CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CBC is #9EC343. Grayscale: #555555. Windows color (decimal): -10404676 or 12336225. OLE color: 12336225.

HSL color Cylindrical-coordinate representation of color #613CBC: hue angle of 257.34º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #613CBC is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9760188-
CMYK0.480.6800.26
HSL257.34º51.61%48.63%-
HSV(B)257.34º68.09%73.73%-
XYZ15.629.448.57-
YUV85.66185.76136.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 60 (23.83% from 255) = 17.39%
BLUE value IS 188 (73.83% from 255) = 54.49%
R=28.12%
G=17.39%
B=54.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97601880.480.6800.26257.3451.6148.63
Hex613CBC304401A1013431
Octal14174274601040324016461
Binary1100001111100101111001100001000100011010100000001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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