Html Css Color HEX #6020B1 Purple Heart

📋 copy color: '#6020B1'

red 96 ◦ green 32 ◦ blue 177

#6020B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6020B1

Tints of Purple Heart #6020B1

RGB

 RED value IS 96 (37.89% from 255) = 31.48%

 GREEN value IS 32 (12.89% from 255) = 10.49%

 BLUE value IS 177 (69.53% from 255) = 58.03%

R = 31.48%
G = 10.49%
B = 58.03%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6020B1 (or 0x6020B1) is known color: Purple Heart. HEX triplet: 60, 20 and B1. RGB value is (96,32,177). Sum of RGB (Red+Green+Blue) = 96+32+177=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #6020B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6020B1 is #9FDF4E. Grayscale: #434343. Windows color (decimal): -10477391 or 11608160. OLE color: 11608160.

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

Color convert

RGB 96 32 177 -
CMYK 0.46 0.82 0 0.31
HSL 266.48º 0.69% 0.41% -
HSV(B) 266.48º 0.82% 0.69% -
XYZ 13.28 6.69 42.19 -
YUV 67.67 189.7 148.21 -
System Red Green Blue C M Y K H S L
Decimal 96 32 177 0.46 0.82 0 0.31 266.48 0.69 0.41
Hex 60 20 B1 2E 52 0 1F 10A 45 29
Octal 140 40 261 56 122 0 37 412 105 51
Binary 1100000 100000 10110001 101110 1010010 0 11111 100001010 1000101 101001

Color Harmonies of #6020B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6020B1

Black with #6020B1

Text Example


Text Example

White with #6020B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6020B1;
 }
 .AnyTagClassName
 {
   color: #6020B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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