Html Css Color HEX #4613D6 Han Purple

📋 copy color: '#4613D6'

red 70 ◦ green 19 ◦ blue 214

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

Shades of Han Purple #4613D6

Tints of Han Purple #4613D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 70.63%

R = 23.1%
G = 6.27%
B = 70.63%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4613D6 (or 0x4613D6) is known color: Han Purple. HEX triplet: 46, 13 and D6. RGB value is (70,19,214). Sum of RGB (Red+Green+Blue) = 70+19+214=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 214 (83.98% from 255 or 70.63% from 303); Max value from RGB is 214 - color contains mainly: blue. Hex color #4613D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4613D6 is #B9EC29. Grayscale: #373737. Windows color (decimal): -12184618 or 14029638. OLE color: 14029638.

HSL color Cylindrical-coordinate representation of color #4613D6: hue angle of 255.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4613D6 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 19 214 -
CMYK 0.67 0.91 0 0.16
HSL 255.69º 0.84% 0.46% -
HSV(B) 255.69º 0.91% 0.84% -
XYZ 14.9 6.62 64.11 -
YUV 56.48 216.9 137.64 -
System Red Green Blue C M Y K H S L
Decimal 70 19 214 0.67 0.91 0 0.16 255.69 0.84 0.46
Hex 46 13 D6 43 5B 0 10 100 54 2E
Octal 106 23 326 103 133 0 20 400 124 56
Binary 1000110 10011 11010110 1000011 1011011 0 10000 100000000 1010100 101110

Color Harmonies of #4613D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4613D6

Black with #4613D6

Text Example


Text Example

White with #4613D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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