Html Css Color HEX #4612DD Han Purple

📋 copy color: '#4612DD'

red 70 ◦ green 18 ◦ blue 221

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

Shades of Han Purple #4612DD

Tints of Han Purple #4612DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.83%

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

R = 22.65%
G = 5.83%
B = 71.52%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4612DD (or 0x4612DD) is known color: Han Purple. HEX triplet: 46, 12 and DD. RGB value is (70,18,221). Sum of RGB (Red+Green+Blue) = 70+18+221=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #4612DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4612DD is #B9ED22. Grayscale: #373737. Windows color (decimal): -12184867 or 14488134. OLE color: 14488134.

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

Color convert

RGB 70 18 221 -
CMYK 0.68 0.92 0 0.13
HSL 255.37º 0.85% 0.47% -
HSV(B) 255.37º 0.92% 0.87% -
XYZ 15.79 6.96 68.92 -
YUV 56.69 220.73 137.49 -
System Red Green Blue C M Y K H S L
Decimal 70 18 221 0.68 0.92 0 0.13 255.37 0.85 0.47
Hex 46 12 DD 44 5C 0 D FF 55 2F
Octal 106 22 335 104 134 0 15 377 125 57
Binary 1000110 10010 11011101 1000100 1011100 0 1101 11111111 1010101 101111

Color Harmonies of #4612DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4612DD

Black with #4612DD

Text Example


Text Example

White with #4612DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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