Html Css Color HEX #703085 Vivid Violet

📋 copy color: '#703085'

red 112 ◦ green 48 ◦ blue 133

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

Shades of Vivid Violet #703085

Tints of Vivid Violet #703085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.38%

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

R = 38.23%
G = 16.38%
B = 45.39%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#703085 (or 0x703085) is known color: Vivid Violet. HEX triplet: 70, 30 and 85. RGB value is (112,48,133). Sum of RGB (Red+Green+Blue) = 112+48+133=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #703085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703085 is #8FCF7A. Grayscale: #4C4C4C. Windows color (decimal): -9424763 or 8728688. OLE color: 8728688.

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

Color convert

RGB 112 48 133 -
CMYK 0.16 0.64 0 0.48
HSL 285.18º 0.47% 0.35% -
HSV(B) 285.18º 0.64% 0.52% -
XYZ 11.97 7.25 22.96 -
YUV 76.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 112 48 133 0.16 0.64 0 0.48 285.18 0.47 0.35
Hex 70 30 85 10 40 0 30 11D 2F 23
Octal 160 60 205 20 100 0 60 435 57 43
Binary 1110000 110000 10000101 10000 1000000 0 110000 100011101 101111 100011

Color Harmonies of #703085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703085

Black with #703085

Text Example


Text Example

White with #703085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703085; }

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

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

background-color css

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

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

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

border-color css

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

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

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