Html Css Color HEX #4C0FED Han Purple

📋 copy color: '#4C0FED'

red 76 ◦ green 15 ◦ blue 237

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

Shades of Han Purple #4C0FED

Tints of Han Purple #4C0FED

RGB

 RED value IS 76 (30.08% from 255) = 23.17%

 GREEN value IS 15 (6.25% from 255) = 4.57%

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

R = 23.17%
G = 4.57%
B = 72.26%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4C0FED (or 0x4C0FED) is known color: Han Purple. HEX triplet: 4C, 0F and ED. RGB value is (76,15,237). Sum of RGB (Red+Green+Blue) = 76+15+237=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #4C0FED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0FED is #B3F012. Grayscale: #393939. Windows color (decimal): -11792403 or 15535948. OLE color: 15535948.

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

Color convert

RGB 76 15 237 -
CMYK 0.68 0.94 0 0.07
HSL 256.49º 0.88% 0.49% -
HSV(B) 256.49º 0.94% 0.93% -
XYZ 18.44 7.99 80.69 -
YUV 58.55 228.71 140.45 -
System Red Green Blue C M Y K H S L
Decimal 76 15 237 0.68 0.94 0 0.07 256.49 0.88 0.49
Hex 4C F ED 44 5E 0 7 100 58 31
Octal 114 17 355 104 136 0 7 400 130 61
Binary 1001100 1111 11101101 1000100 1011110 0 111 100000000 1011000 110001

Color Harmonies of #4C0FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0FED

Black with #4C0FED

Text Example


Text Example

White with #4C0FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,15,237); }

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

background-color css

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

 a { background-color: rgb(76,15,237); }

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

border-color css

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

 span { border-color: rgb(76,15,237); }

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