Html Css Color HEX #4613FA Han Purple

📋 copy color: '#4613FA'

red 70 ◦ green 19 ◦ blue 250

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

Shades of Han Purple #4613FA

Tints of Han Purple #4613FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.6%

 BLUE value IS 250 (98.05% from 255) = 73.75%

R = 20.65%
G = 5.6%
B = 73.75%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4613FA (or 0x4613FA) is known color: Han Purple. HEX triplet: 46, 13 and FA. RGB value is (70,19,250). Sum of RGB (Red+Green+Blue) = 70+19+250=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #4613FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4613FA is #B9EC05. Grayscale: #3B3B3B. Windows color (decimal): -12184582 or 16388934. OLE color: 16388934.

HSL color Cylindrical-coordinate representation of color #4613FA: hue angle of 253.25º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4613FA is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 19 250 -
CMYK 0.72 0.92 0 0.02
HSL 253.25º 0.96% 0.53% -
HSV(B) 253.25º 0.92% 0.98% -
XYZ 20.01 8.67 91.06 -
YUV 60.58 234.9 134.72 -
System Red Green Blue C M Y K H S L
Decimal 70 19 250 0.72 0.92 0 0.02 253.25 0.96 0.53
Hex 46 13 FA 48 5C 0 2 FD 60 35
Octal 106 23 372 110 134 0 2 375 140 65
Binary 1000110 10011 11111010 1001000 1011100 0 10 11111101 1100000 110101

Color Harmonies of #4613FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4613FA

Black with #4613FA

Text Example


Text Example

White with #4613FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4613FA; }

 p { color: rgb(70,19,250); }

 H1.HeaderClassName
 {
   color: #4613FA;
 }
 .AnyTagClassName
 {
   color: #4613FA;
 }
</style>

background-color css

<style>
 a { background-color: #4613FA; }

 a { background-color: rgb(70,19,250); }

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

border-color css

<style>
 span { border-color: #4613FA; }

 span { border-color: rgb(70,19,250); }

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