#601FCB

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

Shades of Purple Heart #601FCB

Tints of Purple Heart #601FCB

Color information

#601FCB (or 0x601FCB) is unknown color: approx Purple Heart. HEX triplet: 60, 1F and CB. RGB value is (96,31,203). Sum of RGB (Red+Green+Blue) = 96+31+203=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #601FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601FCB is #9FE034. Grayscale: #454545. Windows color (decimal): -10477621 or 13311840. OLE color: 13311840.

HSL color Cylindrical-coordinate representation of color #601FCB: hue angle of 262.67º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601FCB is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9631203-
CMYK0.530.8500.20
HSL262.67º73.5%45.88%-
HSV(B)262.67º84.73%79.61%-
XYZ16.097.7857.15-
YUV70.04203.03146.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 31 (12.5% from 255) = 9.39%
BLUE value IS 203 (79.69% from 255) = 61.52%
R=29.09%
G=9.39%
B=61.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96312030.530.8500.20262.6773.545.88
Hex601FCB35550141074a2e
Octal140373136512502440711256
Binary1100000111111100101111010110101010101001000001111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601FCB; }

 p { color: rgb(96,31,203); }

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

<style>
 a { background-color: #601FCB; }

 a { background-color: rgb(96,31,203); }

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

<style>
 span { border-color: #601FCB; }

 span { border-color: rgb(96,31,203); }

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