Html Css Color HEX #4614D4 Han Purple

📋 copy color: '#4614D4'

red 70 ◦ green 20 ◦ blue 212

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

Shades of Han Purple #4614D4

Tints of Han Purple #4614D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 70.2%

R = 23.18%
G = 6.62%
B = 70.2%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4614D4 (or 0x4614D4) is known color: Han Purple. HEX triplet: 46, 14 and D4. RGB value is (70,20,212). Sum of RGB (Red+Green+Blue) = 70+20+212=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 212 (83.20% from 255 or 70.20% from 302); Max value from RGB is 212 - color contains mainly: blue. Hex color #4614D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4614D4 is #B9EB2B. Grayscale: #383838. Windows color (decimal): -12184364 or 13898822. OLE color: 13898822.

HSL color Cylindrical-coordinate representation of color #4614D4: hue angle of 255.62º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4614D4 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 70 20 212 -
CMYK 0.67 0.91 0 0.17
HSL 255.63º 0.83% 0.45% -
HSV(B) 255.63º 0.91% 0.83% -
XYZ 14.66 6.56 62.78 -
YUV 56.84 215.57 137.39 -
System Red Green Blue C M Y K H S L
Decimal 70 20 212 0.67 0.91 0 0.17 255.63 0.83 0.45
Hex 46 14 D4 43 5B 0 11 100 53 2D
Octal 106 24 324 103 133 0 21 400 123 55
Binary 1000110 10100 11010100 1000011 1011011 0 10001 100000000 1010011 101101

Color Harmonies of #4614D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4614D4

Black with #4614D4

Text Example


Text Example

White with #4614D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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