Html Css Color HEX #703AFF Han Purple

📋 copy color: '#703AFF'

red 112 ◦ green 58 ◦ blue 255

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

Shades of Han Purple #703AFF

Tints of Han Purple #703AFF

RGB

 RED value IS 112 (44.14% from 255) = 26.35%

 GREEN value IS 58 (23.05% from 255) = 13.65%

 BLUE value IS 255 (100% from 255) = 60%

R = 26.35%
G = 13.65%
B = 60%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#703AFF (or 0x703AFF) is known color: Han Purple. HEX triplet: 70, 3A and FF. RGB value is (112,58,255). Sum of RGB (Red+Green+Blue) = 112+58+255=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #703AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703AFF is #8FC500. Grayscale: #5F5F5F. Windows color (decimal): -9422081 or 16726640. OLE color: 16726640.

HSL color Cylindrical-coordinate representation of color #703AFF: hue angle of 256.45º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #703AFF is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 58 255 -
CMYK 0.56 0.77 0 0
HSL 256.45º 1% 0.61% -
HSV(B) 256.45º 0.77% 1% -
XYZ 26.25 13.69 95.87 -
YUV 96.6 217.39 138.98 -
System Red Green Blue C M Y K H S L
Decimal 112 58 255 0.56 0.77 0 0 256.45 1 0.61
Hex 70 3A FF 38 4D 0 0 100 64 3D
Octal 160 72 377 70 115 0 0 400 144 75
Binary 1110000 111010 11111111 111000 1001101 0 0 100000000 1100100 111101

Color Harmonies of #703AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703AFF

Black with #703AFF

Text Example


Text Example

White with #703AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703AFF; }

 p { color: rgb(112,58,255); }

 H1.HeaderClassName
 {
   color: #703AFF;
 }
 .AnyTagClassName
 {
   color: #703AFF;
 }
</style>

background-color css

<style>
 a { background-color: #703AFF; }

 a { background-color: rgb(112,58,255); }

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

border-color css

<style>
 span { border-color: #703AFF; }

 span { border-color: rgb(112,58,255); }

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