Html Css Color HEX #703AFD Blue Violet

📋 copy color: '#703AFD'

red 112 ◦ green 58 ◦ blue 253

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

Shades of Blue Violet #703AFD

Tints of Blue Violet #703AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.81%

R = 26.48%
G = 13.71%
B = 59.81%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#703AFD (or 0x703AFD) is known color: Blue Violet. HEX triplet: 70, 3A and FD. RGB value is (112,58,253). Sum of RGB (Red+Green+Blue) = 112+58+253=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #703AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703AFD is #8FC502. Grayscale: #5F5F5F. Windows color (decimal): -9422083 or 16595568. OLE color: 16595568.

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

Color convert

RGB 112 58 253 -
CMYK 0.56 0.77 0 0.01
HSL 256.62º 0.98% 0.61% -
HSV(B) 256.62º 0.77% 0.99% -
XYZ 25.92 13.56 94.18 -
YUV 96.38 216.39 139.14 -
System Red Green Blue C M Y K H S L
Decimal 112 58 253 0.56 0.77 0 0.01 256.62 0.98 0.61
Hex 70 3A FD 38 4D 0 1 101 62 3D
Octal 160 72 375 70 115 0 1 401 142 75
Binary 1110000 111010 11111101 111000 1001101 0 1 100000001 1100010 111101

Color Harmonies of #703AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703AFD

Black with #703AFD

Text Example


Text Example

White with #703AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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