Html Css Color HEX #4612FD Han Purple

📋 copy color: '#4612FD'

red 70 ◦ green 18 ◦ blue 253

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

Shades of Han Purple #4612FD

Tints of Han Purple #4612FD

RGB

 RED value IS 70 (27.73% from 255) = 20.53%

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

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

R = 20.53%
G = 5.28%
B = 74.19%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4612FD (or 0x4612FD) is known color: Han Purple. HEX triplet: 46, 12 and FD. RGB value is (70,18,253). Sum of RGB (Red+Green+Blue) = 70+18+253=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #4612FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4612FD is #B9ED02. Grayscale: #3B3B3B. Windows color (decimal): -12184835 or 16585286. OLE color: 16585286.

HSL color Cylindrical-coordinate representation of color #4612FD: hue angle of 253.28º 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 #4612FD is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 18 253 -
CMYK 0.72 0.93 0 0.01
HSL 253.28º 0.98% 0.53% -
HSV(B) 253.28º 0.93% 0.99% -
XYZ 20.47 8.83 93.55 -
YUV 60.34 236.73 134.89 -
System Red Green Blue C M Y K H S L
Decimal 70 18 253 0.72 0.93 0 0.01 253.28 0.98 0.53
Hex 46 12 FD 48 5D 0 1 FD 62 35
Octal 106 22 375 110 135 0 1 375 142 65
Binary 1000110 10010 11111101 1001000 1011101 0 1 11111101 1100010 110101

Color Harmonies of #4612FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4612FD

Black with #4612FD

Text Example


Text Example

White with #4612FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4612FD; }

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

 H1.HeaderClassName
 {
   color: #4612FD;
 }
 .AnyTagClassName
 {
   color: #4612FD;
 }
</style>

background-color css

<style>
 a { background-color: #4612FD; }

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

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

border-color css

<style>
 span { border-color: #4612FD; }

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

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