Html Css Color HEX #4021B5 Purple Heart

📋 copy color: '#4021B5'

red 64 ◦ green 33 ◦ blue 181

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

Shades of Purple Heart #4021B5

Tints of Purple Heart #4021B5

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

 BLUE value IS 181 (71.09% from 255) = 65.11%

R = 23.02%
G = 11.87%
B = 65.11%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4021B5 (or 0x4021B5) is known color: Purple Heart. HEX triplet: 40, 21 and B5. RGB value is (64,33,181). Sum of RGB (Red+Green+Blue) = 64+33+181=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 181 (71.09% from 255 or 65.11% from 278); Max value from RGB is 181 - color contains mainly: blue. Hex color #4021B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4021B5 is #BFDE4A. Grayscale: #3A3A3A. Windows color (decimal): -12574283 or 11870528. OLE color: 11870528.

HSL color Cylindrical-coordinate representation of color #4021B5: hue angle of 252.57º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4021B5 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 33 181 -
CMYK 0.65 0.82 0 0.29
HSL 252.57º 0.69% 0.42% -
HSV(B) 252.57º 0.82% 0.71% -
XYZ 11 5.51 44.2 -
YUV 59.14 196.77 131.47 -
System Red Green Blue C M Y K H S L
Decimal 64 33 181 0.65 0.82 0 0.29 252.57 0.69 0.42
Hex 40 21 B5 41 52 0 1D FD 45 2A
Octal 100 41 265 101 122 0 35 375 105 52
Binary 1000000 100001 10110101 1000001 1010010 0 11101 11111101 1000101 101010

Color Harmonies of #4021B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4021B5

Black with #4021B5

Text Example


Text Example

White with #4021B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4021B5; }

 p { color: rgb(64,33,181); }

 H1.HeaderClassName
 {
   color: #4021B5;
 }
 .AnyTagClassName
 {
   color: #4021B5;
 }
</style>

background-color css

<style>
 a { background-color: #4021B5; }

 a { background-color: rgb(64,33,181); }

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

border-color css

<style>
 span { border-color: #4021B5; }

 span { border-color: rgb(64,33,181); }

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