Html Css Color HEX #4020B3 Purple Heart

📋 copy color: '#4020B3'

red 64 ◦ green 32 ◦ blue 179

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

Shades of Purple Heart #4020B3

Tints of Purple Heart #4020B3

RGB

 RED value IS 64 (25.39% from 255) = 23.27%

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

 BLUE value IS 179 (70.31% from 255) = 65.09%

R = 23.27%
G = 11.64%
B = 65.09%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4020B3 (or 0x4020B3) is known color: Purple Heart. HEX triplet: 40, 20 and B3. RGB value is (64,32,179). Sum of RGB (Red+Green+Blue) = 64+32+179=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 179 (70.31% from 255 or 65.09% from 275); Max value from RGB is 179 - color contains mainly: blue. Hex color #4020B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4020B3 is #BFDF4C. Grayscale: #393939. Windows color (decimal): -12574541 or 11739200. OLE color: 11739200.

HSL color Cylindrical-coordinate representation of color #4020B3: hue angle of 253.06º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4020B3 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 32 179 -
CMYK 0.64 0.82 0 0.30
HSL 253.06º 0.7% 0.41% -
HSV(B) 253.06º 0.82% 0.7% -
XYZ 10.77 5.38 43.12 -
YUV 58.33 196.1 132.05 -
System Red Green Blue C M Y K H S L
Decimal 64 32 179 0.64 0.82 0 0.30 253.06 0.7 0.41
Hex 40 20 B3 40 52 0 1E FD 46 29
Octal 100 40 263 100 122 0 36 375 106 51
Binary 1000000 100000 10110011 1000000 1010010 0 11110 11111101 1000110 101001

Color Harmonies of #4020B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4020B3

Black with #4020B3

Text Example


Text Example

White with #4020B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4020B3; }

 p { color: rgb(64,32,179); }

 H1.HeaderClassName
 {
   color: #4020B3;
 }
 .AnyTagClassName
 {
   color: #4020B3;
 }
</style>

background-color css

<style>
 a { background-color: #4020B3; }

 a { background-color: rgb(64,32,179); }

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

border-color css

<style>
 span { border-color: #4020B3; }

 span { border-color: rgb(64,32,179); }

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