#602CBB

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

Shades of Purple Heart #602CBB

Tints of Purple Heart #602CBB

Color information

#602CBB (or 0x602CBB) is unknown color: approx Purple Heart. HEX triplet: 60, 2C and BB. RGB value is (96,44,187). Sum of RGB (Red+Green+Blue) = 96+44+187=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #602CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CBB is #9FD344. Grayscale: #4B4B4B. Windows color (decimal): -10474309 or 12266592. OLE color: 12266592.

HSL color Cylindrical-coordinate representation of color #602CBB: hue angle of 261.82º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602CBB is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9644187-
CMYK0.490.7600.27
HSL261.82º61.9%45.29%-
HSV(B)261.82º76.47%73.33%-
XYZ14.697.8847.76-
YUV75.85190.73142.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 44 (17.58% from 255) = 13.46%
BLUE value IS 187 (73.44% from 255) = 57.19%
R=29.36%
G=13.46%
B=57.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96441870.490.7600.27261.8261.945.29
Hex602CBB314C01B1063e2d
Octal14054273611140334067655
Binary1100000101100101110111100011001100011011100000110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602CBB; }

 p { color: rgb(96,44,187); }

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

<style>
 a { background-color: #602CBB; }

 a { background-color: rgb(96,44,187); }

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

<style>
 span { border-color: #602CBB; }

 span { border-color: rgb(96,44,187); }

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