Html Css Color HEX #702985 Vivid Violet

📋 copy color: '#702985'

red 112 ◦ green 41 ◦ blue 133

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

Shades of Vivid Violet #702985

Tints of Vivid Violet #702985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.34%

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

R = 39.16%
G = 14.34%
B = 46.5%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#702985 (or 0x702985) is known color: Vivid Violet. HEX triplet: 70, 29 and 85. RGB value is (112,41,133). Sum of RGB (Red+Green+Blue) = 112+41+133=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #702985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702985 is #8FD67A. Grayscale: #484848. Windows color (decimal): -9426555 or 8726896. OLE color: 8726896.

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

Color convert

RGB 112 41 133 -
CMYK 0.16 0.69 0 0.48
HSL 286.3º 0.53% 0.34% -
HSV(B) 286.3º 0.69% 0.52% -
XYZ 11.71 6.72 22.87 -
YUV 72.72 162.02 156.02 -
System Red Green Blue C M Y K H S L
Decimal 112 41 133 0.16 0.69 0 0.48 286.3 0.53 0.34
Hex 70 29 85 10 45 0 30 11E 35 22
Octal 160 51 205 20 105 0 60 436 65 42
Binary 1110000 101001 10000101 10000 1000101 0 110000 100011110 110101 100010

Color Harmonies of #702985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702985

Black with #702985

Text Example


Text Example

White with #702985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702985; }

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

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

background-color css

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

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

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

border-color css

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

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

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