Html Css Color HEX #4B0CED Han Purple

📋 copy color: '#4B0CED'

red 75 ◦ green 12 ◦ blue 237

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

Shades of Han Purple #4B0CED

Tints of Han Purple #4B0CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 73.15%

R = 23.15%
G = 3.7%
B = 73.15%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4B0CED (or 0x4B0CED) is known color: Han Purple. HEX triplet: 4B, 0C and ED. RGB value is (75,12,237). Sum of RGB (Red+Green+Blue) = 75+12+237=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #4B0CED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0CED is #B4F312. Grayscale: #373737. Windows color (decimal): -11858707 or 15535179. OLE color: 15535179.

HSL color Cylindrical-coordinate representation of color #4B0CED: hue angle of 256.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0CED is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 75 12 237 -
CMYK 0.68 0.95 0 0.07
HSL 256.8º 0.9% 0.49% -
HSV(B) 256.8º 0.95% 0.93% -
XYZ 18.32 7.87 80.67 -
YUV 56.49 229.87 141.2 -
System Red Green Blue C M Y K H S L
Decimal 75 12 237 0.68 0.95 0 0.07 256.8 0.9 0.49
Hex 4B C ED 44 5F 0 7 101 5A 31
Octal 113 14 355 104 137 0 7 401 132 61
Binary 1001011 1100 11101101 1000100 1011111 0 111 100000001 1011010 110001

Color Harmonies of #4B0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0CED

Black with #4B0CED

Text Example


Text Example

White with #4B0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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