Html Css Color HEX #4A1BD5 Han Purple

📋 copy color: '#4A1BD5'

red 74 ◦ green 27 ◦ blue 213

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

Shades of Han Purple #4A1BD5

Tints of Han Purple #4A1BD5

RGB

 RED value IS 74 (29.3% from 255) = 23.57%

 GREEN value IS 27 (10.94% from 255) = 8.6%

 BLUE value IS 213 (83.59% from 255) = 67.83%

R = 23.57%
G = 8.6%
B = 67.83%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4A1BD5 (or 0x4A1BD5) is known color: Han Purple. HEX triplet: 4A, 1B and D5. RGB value is (74,27,213). Sum of RGB (Red+Green+Blue) = 74+27+213=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 213 (83.59% from 255 or 67.83% from 314); Max value from RGB is 213 - color contains mainly: blue. Hex color #4A1BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1BD5 is #B5E42A. Grayscale: #3D3D3D. Windows color (decimal): -11920427 or 13966154. OLE color: 13966154.

HSL color Cylindrical-coordinate representation of color #4A1BD5: hue angle of 255.16º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A1BD5 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 27 213 -
CMYK 0.65 0.87 0 0.16
HSL 255.16º 0.78% 0.47% -
HSV(B) 255.16º 0.87% 0.84% -
XYZ 15.23 7.04 63.51 -
YUV 62.26 213.07 136.38 -
System Red Green Blue C M Y K H S L
Decimal 74 27 213 0.65 0.87 0 0.16 255.16 0.78 0.47
Hex 4A 1B D5 41 57 0 10 FF 4E 2F
Octal 112 33 325 101 127 0 20 377 116 57
Binary 1001010 11011 11010101 1000001 1010111 0 10000 11111111 1001110 101111

Color Harmonies of #4A1BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1BD5

Black with #4A1BD5

Text Example


Text Example

White with #4A1BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1BD5; }

 p { color: rgb(74,27,213); }

 H1.HeaderClassName
 {
   color: #4A1BD5;
 }
 .AnyTagClassName
 {
   color: #4A1BD5;
 }
</style>

background-color css

<style>
 a { background-color: #4A1BD5; }

 a { background-color: rgb(74,27,213); }

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

border-color css

<style>
 span { border-color: #4A1BD5; }

 span { border-color: rgb(74,27,213); }

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