Html Css Color HEX #4B0CDF Han Purple

📋 copy color: '#4B0CDF'

red 75 ◦ green 12 ◦ blue 223

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

Shades of Han Purple #4B0CDF

Tints of Han Purple #4B0CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.87%

 BLUE value IS 223 (87.5% from 255) = 71.94%

R = 24.19%
G = 3.87%
B = 71.94%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B0CDF (or 0x4B0CDF) is known color: Han Purple. HEX triplet: 4B, 0C and DF. RGB value is (75,12,223). Sum of RGB (Red+Green+Blue) = 75+12+223=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B0CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0CDF is #B4F320. Grayscale: #363636. Windows color (decimal): -11858721 or 14617675. OLE color: 14617675.

HSL color Cylindrical-coordinate representation of color #4B0CDF: hue angle of 257.91º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0CDF is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 12 223 -
CMYK 0.66 0.95 0 0.13
HSL 257.91º 0.9% 0.46% -
HSV(B) 257.91º 0.95% 0.87% -
XYZ 16.35 7.09 70.32 -
YUV 54.89 222.87 142.34 -
System Red Green Blue C M Y K H S L
Decimal 75 12 223 0.66 0.95 0 0.13 257.91 0.9 0.46
Hex 4B C DF 42 5F 0 D 102 5A 2E
Octal 113 14 337 102 137 0 15 402 132 56
Binary 1001011 1100 11011111 1000010 1011111 0 1101 100000010 1011010 101110

Color Harmonies of #4B0CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0CDF

Black with #4B0CDF

Text Example


Text Example

White with #4B0CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,12,223); }

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

background-color css

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

 a { background-color: rgb(75,12,223); }

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

border-color css

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

 span { border-color: rgb(75,12,223); }

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