Html Css Color HEX #4B1BFD Han Purple

📋 copy color: '#4B1BFD'

red 75 ◦ green 27 ◦ blue 253

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

Shades of Han Purple #4B1BFD

Tints of Han Purple #4B1BFD

RGB

 RED value IS 75 (29.69% from 255) = 21.13%

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

 BLUE value IS 253 (99.22% from 255) = 71.27%

R = 21.13%
G = 7.61%
B = 71.27%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4B1BFD (or 0x4B1BFD) is known color: Han Purple. HEX triplet: 4B, 1B and FD. RGB value is (75,27,253). Sum of RGB (Red+Green+Blue) = 75+27+253=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B1BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B1BFD is #B4E402. Grayscale: #424242. Windows color (decimal): -11854851 or 16587595. OLE color: 16587595.

HSL color Cylindrical-coordinate representation of color #4B1BFD: hue angle of 252.74º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B1BFD is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 27 253 -
CMYK 0.70 0.89 0 0.01
HSL 252.74º 0.98% 0.55% -
HSV(B) 252.74º 0.89% 0.99% -
XYZ 21.02 9.37 93.63 -
YUV 67.12 232.9 133.62 -
System Red Green Blue C M Y K H S L
Decimal 75 27 253 0.70 0.89 0 0.01 252.74 0.98 0.55
Hex 4B 1B FD 46 59 0 1 FD 62 37
Octal 113 33 375 106 131 0 1 375 142 67
Binary 1001011 11011 11111101 1000110 1011001 0 1 11111101 1100010 110111

Color Harmonies of #4B1BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1BFD

Black with #4B1BFD

Text Example


Text Example

White with #4B1BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,27,253); }

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

background-color css

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

 a { background-color: rgb(75,27,253); }

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

border-color css

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

 span { border-color: rgb(75,27,253); }

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