#603BCA

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

Shades of Purple Heart #603BCA

Tints of Purple Heart #603BCA

Color information

#603BCA (or 0x603BCA) is unknown color: approx Purple Heart. HEX triplet: 60, 3B and CA. RGB value is (96,59,202). Sum of RGB (Red+Green+Blue) = 96+59+202=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 59 (23.44% from 255 or 16.53% 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 #603BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603BCA is #9FC435. Grayscale: #555555. Windows color (decimal): -10470454 or 13253472. OLE color: 13253472.

HSL color Cylindrical-coordinate representation of color #603BCA: hue angle of 255.52º degrees, saturation: 0.57, 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 #603BCA is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9659202-
CMYK0.520.7100.21
HSL255.52º57.43%51.18%-
HSV(B)255.52º70.79%79.22%-
XYZ17.059.8856.89-
YUV86.36193.26134.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 59 (23.44% from 255) = 16.53%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=26.89%
G=16.53%
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
Decimal96592020.520.7100.21255.5257.4351.18
Hex603BCA34470151003933
Octal14073312641070254007163
Binary1100000111011110010101101001000111010101100000000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603BCA; }

 p { color: rgb(96,59,202); }

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

<style>
 a { background-color: #603BCA; }

 a { background-color: rgb(96,59,202); }

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

<style>
 span { border-color: #603BCA; }

 span { border-color: rgb(96,59,202); }

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