Html Css Color HEX #4D12FD Han Purple

📋 copy color: '#4D12FD'

red 77 ◦ green 18 ◦ blue 253

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

Shades of Han Purple #4D12FD

Tints of Han Purple #4D12FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.17%

 BLUE value IS 253 (99.22% from 255) = 72.7%

R = 22.13%
G = 5.17%
B = 72.7%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D12FD (or 0x4D12FD) is known color: Han Purple. HEX triplet: 4D, 12 and FD. RGB value is (77,18,253). Sum of RGB (Red+Green+Blue) = 77+18+253=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D12FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D12FD is #B2ED02. Grayscale: #3D3D3D. Windows color (decimal): -11726083 or 16585293. OLE color: 16585293.

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

Color convert

RGB 77 18 253 -
CMYK 0.70 0.93 0 0.01
HSL 255.06º 0.98% 0.53% -
HSV(B) 255.06º 0.93% 0.99% -
XYZ 21.01 9.1 93.58 -
YUV 62.43 235.55 138.39 -
System Red Green Blue C M Y K H S L
Decimal 77 18 253 0.70 0.93 0 0.01 255.06 0.98 0.53
Hex 4D 12 FD 46 5D 0 1 FF 62 35
Octal 115 22 375 106 135 0 1 377 142 65
Binary 1001101 10010 11111101 1000110 1011101 0 1 11111111 1100010 110101

Color Harmonies of #4D12FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D12FD

Black with #4D12FD

Text Example


Text Example

White with #4D12FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,18,253); }

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

background-color css

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

 a { background-color: rgb(77,18,253); }

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

border-color css

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

 span { border-color: rgb(77,18,253); }

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