Html Css Color HEX #4612F3 Han Purple

📋 copy color: '#4612F3'

red 70 ◦ green 18 ◦ blue 243

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

Shades of Han Purple #4612F3

Tints of Han Purple #4612F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 73.41%

R = 21.15%
G = 5.44%
B = 73.41%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4612F3 (or 0x4612F3) is known color: Han Purple. HEX triplet: 46, 12 and F3. RGB value is (70,18,243). Sum of RGB (Red+Green+Blue) = 70+18+243=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 243 (95.31% from 255 or 73.41% from 331); Max value from RGB is 243 - color contains mainly: blue. Hex color #4612F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4612F3 is #B9ED0C. Grayscale: #3A3A3A. Windows color (decimal): -12184845 or 15929926. OLE color: 15929926.

HSL color Cylindrical-coordinate representation of color #4612F3: hue angle of 253.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4612F3 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 70 18 243 -
CMYK 0.71 0.93 0 0.05
HSL 253.87º 0.9% 0.51% -
HSV(B) 253.87º 0.93% 0.95% -
XYZ 18.92 8.21 85.38 -
YUV 59.2 231.73 135.7 -
System Red Green Blue C M Y K H S L
Decimal 70 18 243 0.71 0.93 0 0.05 253.87 0.9 0.51
Hex 46 12 F3 47 5D 0 5 FE 5A 33
Octal 106 22 363 107 135 0 5 376 132 63
Binary 1000110 10010 11110011 1000111 1011101 0 101 11111110 1011010 110011

Color Harmonies of #4612F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4612F3

Black with #4612F3

Text Example


Text Example

White with #4612F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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