Html Css Color HEX #4613DD Han Purple

📋 copy color: '#4613DD'

red 70 ◦ green 19 ◦ blue 221

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

Shades of Han Purple #4613DD

Tints of Han Purple #4613DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.29%

R = 22.58%
G = 6.13%
B = 71.29%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4613DD (or 0x4613DD) is known color: Han Purple. HEX triplet: 46, 13 and DD. RGB value is (70,19,221). Sum of RGB (Red+Green+Blue) = 70+19+221=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #4613DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4613DD is #B9EC22. Grayscale: #383838. Windows color (decimal): -12184611 or 14488390. OLE color: 14488390.

HSL color Cylindrical-coordinate representation of color #4613DD: hue angle of 255.15º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4613DD is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 19 221 -
CMYK 0.68 0.91 0 0.13
HSL 255.15º 0.84% 0.47% -
HSV(B) 255.15º 0.91% 0.87% -
XYZ 15.81 6.99 68.92 -
YUV 57.28 220.4 137.07 -
System Red Green Blue C M Y K H S L
Decimal 70 19 221 0.68 0.91 0 0.13 255.15 0.84 0.47
Hex 46 13 DD 44 5B 0 D FF 54 2F
Octal 106 23 335 104 133 0 15 377 124 57
Binary 1000110 10011 11011101 1000100 1011011 0 1101 11111111 1010100 101111

Color Harmonies of #4613DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4613DD

Black with #4613DD

Text Example


Text Example

White with #4613DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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