#613ACA

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

Shades of Purple Heart #613ACA

Tints of Purple Heart #613ACA

Color information

#613ACA (or 0x613ACA) is unknown color: approx Purple Heart. HEX triplet: 61, 3A and CA. RGB value is (97,58,202). Sum of RGB (Red+Green+Blue) = 97+58+202=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #613ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ACA is #9EC535. Grayscale: #555555. Windows color (decimal): -10405174 or 13253217. OLE color: 13253217.

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

Color convert

RGB9758202-
CMYK0.520.7100.21
HSL256.25º57.6%50.98%-
HSV(B)256.25º71.29%79.22%-
XYZ17.19.8356.87-
YUV86.08193.42135.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 58 (23.05% from 255) = 16.25%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=27.17%
G=16.25%
B=56.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97582020.520.7100.21256.2557.650.98
Hex613ACA34470151003a33
Octal14172312641070254007263
Binary1100001111010110010101101001000111010101100000000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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