Html Css Color HEX #703AEA Blue Violet

📋 copy color: '#703AEA'

red 112 ◦ green 58 ◦ blue 234

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

Shades of Blue Violet #703AEA

Tints of Blue Violet #703AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.92%

R = 27.72%
G = 14.36%
B = 57.92%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#703AEA (or 0x703AEA) is known color: Blue Violet. HEX triplet: 70, 3A and EA. RGB value is (112,58,234). Sum of RGB (Red+Green+Blue) = 112+58+234=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #703AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703AEA is #8FC515. Grayscale: #5D5D5D. Windows color (decimal): -9422102 or 15350384. OLE color: 15350384.

HSL color Cylindrical-coordinate representation of color #703AEA: hue angle of 258.41º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703AEA is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 58 234 -
CMYK 0.52 0.75 0 0.08
HSL 258.41º 0.81% 0.57% -
HSV(B) 258.41º 0.75% 0.92% -
XYZ 23.05 12.41 79.02 -
YUV 94.21 206.89 140.69 -
System Red Green Blue C M Y K H S L
Decimal 112 58 234 0.52 0.75 0 0.08 258.41 0.81 0.57
Hex 70 3A EA 34 4B 0 8 102 51 39
Octal 160 72 352 64 113 0 10 402 121 71
Binary 1110000 111010 11101010 110100 1001011 0 1000 100000010 1010001 111001

Color Harmonies of #703AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703AEA

Black with #703AEA

Text Example


Text Example

White with #703AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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