#613ac8

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

Shades of Purple Heart #613AC8

Tints of Purple Heart #613AC8

Color information

#613AC8 (or 0x613AC8) is unknown color: approx Purple Heart. HEX triplet: 61, 3A and C8. RGB value is (97,58,200). Sum of RGB (Red+Green+Blue) = 97+58+200=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 200 (78.52% from 255 or 56.34% from 355); Max value from RGB is 200 - color contains mainly: blue. Hex color #613AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613AC8 is #9EC537. Grayscale: #555555. Windows color (decimal): -10405176 or 13122145. OLE color: 13122145.

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

Color convert

RGB9758200-
CMYK0.520.7100.22
HSL256.48º56.35%50.59%-
HSV(B)256.48º71%78.43%-
XYZ16.879.7455.63-
YUV85.85192.42135.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 58 (23.05% from 255) = 16.34%
BLUE value IS 200 (78.52% from 255) = 56.34%
R=27.32%
G=16.34%
B=56.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal97582000.520.7100.22256.4856.3550.59
Hex613AC834470161003833
Octal14172310641070264007063
Binary1100001111010110010001101001000111010110100000000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613ac8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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