Html Css Color HEX #4B0CFF Han Purple

📋 copy color: '#4B0CFF'

red 75 ◦ green 12 ◦ blue 255

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

Shades of Han Purple #4B0CFF

Tints of Han Purple #4B0CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 74.56%

R = 21.93%
G = 3.51%
B = 74.56%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4B0CFF (or 0x4B0CFF) is known color: Han Purple. HEX triplet: 4B, 0C and FF. RGB value is (75,12,255). Sum of RGB (Red+Green+Blue) = 75+12+255=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B0CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0CFF is #B4F300. Grayscale: #393939. Windows color (decimal): -11858689 or 16714827. OLE color: 16714827.

HSL color Cylindrical-coordinate representation of color #4B0CFF: hue angle of 255.56º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0CFF is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 75 12 255 -
CMYK 0.71 0.95 0 0
HSL 255.56º 1% 0.52% -
HSV(B) 255.56º 0.95% 1% -
XYZ 21.08 8.98 95.23 -
YUV 58.54 238.87 139.74 -
System Red Green Blue C M Y K H S L
Decimal 75 12 255 0.71 0.95 0 0 255.56 1 0.52
Hex 4B C FF 47 5F 0 0 100 64 34
Octal 113 14 377 107 137 0 0 400 144 64
Binary 1001011 1100 11111111 1000111 1011111 0 0 100000000 1100100 110100

Color Harmonies of #4B0CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0CFF

Black with #4B0CFF

Text Example


Text Example

White with #4B0CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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