Html Css Color HEX #4D05FC Han Purple

📋 copy color: '#4D05FC'

red 77 ◦ green 5 ◦ blue 252

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

Shades of Han Purple #4D05FC

Tints of Han Purple #4D05FC

RGB

 RED value IS 77 (30.47% from 255) = 23.05%

 GREEN value IS 5 (2.34% from 255) = 1.5%

 BLUE value IS 252 (98.83% from 255) = 75.45%

R = 23.05%
G = 1.5%
B = 75.45%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D05FC (or 0x4D05FC) is known color: Han Purple. HEX triplet: 4D, 05 and FC. RGB value is (77,5,252). Sum of RGB (Red+Green+Blue) = 77+5+252=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D05FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D05FC is #B2FA03. Grayscale: #353535. Windows color (decimal): -11729412 or 16516429. OLE color: 16516429.

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

Color convert

RGB 77 5 252 -
CMYK 0.69 0.98 0 0.01
HSL 257.49º 0.98% 0.5% -
HSV(B) 257.49º 0.98% 0.99% -
XYZ 20.69 8.71 92.69 -
YUV 54.69 239.35 143.92 -
System Red Green Blue C M Y K H S L
Decimal 77 5 252 0.69 0.98 0 0.01 257.49 0.98 0.5
Hex 4D 5 FC 45 62 0 1 101 62 32
Octal 115 5 374 105 142 0 1 401 142 62
Binary 1001101 101 11111100 1000101 1100010 0 1 100000001 1100010 110010

Color Harmonies of #4D05FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D05FC

Black with #4D05FC

Text Example


Text Example

White with #4D05FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,5,252); }

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

background-color css

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

 a { background-color: rgb(77,5,252); }

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

border-color css

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

 span { border-color: rgb(77,5,252); }

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