Html Css Color HEX #4614FA Han Purple

📋 copy color: '#4614FA'

red 70 ◦ green 20 ◦ blue 250

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

Shades of Han Purple #4614FA

Tints of Han Purple #4614FA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.88%

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

R = 20.59%
G = 5.88%
B = 73.53%

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

#4614FA (or 0x4614FA) is known color: Han Purple. HEX triplet: 46, 14 and FA. RGB value is (70,20,250). Sum of RGB (Red+Green+Blue) = 70+20+250=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #4614FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4614FA is #B9EB05. Grayscale: #3C3C3C. Windows color (decimal): -12184326 or 16389190. OLE color: 16389190.

HSL color Cylindrical-coordinate representation of color #4614FA: hue angle of 253.04º 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 #4614FA is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 20 250 -
CMYK 0.72 0.92 0 0.02
HSL 253.04º 0.96% 0.53% -
HSV(B) 253.04º 0.92% 0.98% -
XYZ 20.03 8.7 91.07 -
YUV 61.17 234.57 134.3 -
System Red Green Blue C M Y K H S L
Decimal 70 20 250 0.72 0.92 0 0.02 253.04 0.96 0.53
Hex 46 14 FA 48 5C 0 2 FD 60 35
Octal 106 24 372 110 134 0 2 375 140 65
Binary 1000110 10100 11111010 1001000 1011100 0 10 11111101 1100000 110101

Color Harmonies of #4614FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4614FA

Black with #4614FA

Text Example


Text Example

White with #4614FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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