#6023B1

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

Shades of Purple Heart #6023B1

Tints of Purple Heart #6023B1

Color information

#6023B1 (or 0x6023B1) is unknown color: approx Purple Heart. HEX triplet: 60, 23 and B1. RGB value is (96,35,177). Sum of RGB (Red+Green+Blue) = 96+35+177=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #6023B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6023B1 is #9FDC4E. Grayscale: #444444. Windows color (decimal): -10476623 or 11608928. OLE color: 11608928.

HSL color Cylindrical-coordinate representation of color #6023B1: hue angle of 265.77º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6023B1 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9635177-
CMYK0.460.8000.31
HSL265.77º66.98%41.57%-
HSV(B)265.77º80.23%69.41%-
XYZ13.366.8642.22-
YUV69.43188.71146.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 35 (14.06% from 255) = 11.36%
BLUE value IS 177 (69.53% from 255) = 57.47%
R=31.17%
G=11.36%
B=57.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96351770.460.8000.31265.7766.9841.57
Hex6023B12E5001F10a432a
Octal140432615612003741210352
Binary11000001000111011000110111010100000111111000010101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6023B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6023B1; }

 p { color: rgb(96,35,177); }

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

<style>
 a { background-color: #6023B1; }

 a { background-color: rgb(96,35,177); }

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

<style>
 span { border-color: #6023B1; }

 span { border-color: rgb(96,35,177); }

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