Html Css Color HEX #703985 Vivid Violet

📋 copy color: '#703985'

red 112 ◦ green 57 ◦ blue 133

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

Shades of Vivid Violet #703985

Tints of Vivid Violet #703985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.87%

 BLUE value IS 133 (52.34% from 255) = 44.04%

R = 37.09%
G = 18.87%
B = 44.04%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#703985 (or 0x703985) is known color: Vivid Violet. HEX triplet: 70, 39 and 85. RGB value is (112,57,133). Sum of RGB (Red+Green+Blue) = 112+57+133=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #703985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703985 is #8FC67A. Grayscale: #515151. Windows color (decimal): -9422459 or 8730992. OLE color: 8730992.

HSL color Cylindrical-coordinate representation of color #703985: hue angle of 283.42º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703985 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 57 133 -
CMYK 0.16 0.57 0 0.48
HSL 283.42º 0.4% 0.37% -
HSV(B) 283.42º 0.57% 0.52% -
XYZ 12.38 8.06 23.09 -
YUV 82.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 112 57 133 0.16 0.57 0 0.48 283.42 0.4 0.37
Hex 70 39 85 10 39 0 30 11B 28 25
Octal 160 71 205 20 71 0 60 433 50 45
Binary 1110000 111001 10000101 10000 111001 0 110000 100011011 101000 100101

Color Harmonies of #703985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703985

Black with #703985

Text Example


Text Example

White with #703985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703985; }

 p { color: rgb(112,57,133); }

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

background-color css

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

 a { background-color: rgb(112,57,133); }

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

border-color css

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

 span { border-color: rgb(112,57,133); }

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