Html Css Color HEX #702085 Vivid Violet

📋 copy color: '#702085'

red 112 ◦ green 32 ◦ blue 133

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

Shades of Vivid Violet #702085

Tints of Vivid Violet #702085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

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

R = 40.43%
G = 11.55%
B = 48.01%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#702085 (or 0x702085) is known color: Vivid Violet. HEX triplet: 70, 20 and 85. RGB value is (112,32,133). Sum of RGB (Red+Green+Blue) = 112+32+133=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #702085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702085 is #8FDF7A. Grayscale: #434343. Windows color (decimal): -9428859 or 8724592. OLE color: 8724592.

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

Color convert

RGB 112 32 133 -
CMYK 0.16 0.76 0 0.48
HSL 287.52º 0.61% 0.32% -
HSV(B) 287.52º 0.76% 0.52% -
XYZ 11.43 6.17 22.78 -
YUV 67.43 165 159.79 -
System Red Green Blue C M Y K H S L
Decimal 112 32 133 0.16 0.76 0 0.48 287.52 0.61 0.32
Hex 70 20 85 10 4C 0 30 120 3D 20
Octal 160 40 205 20 114 0 60 440 75 40
Binary 1110000 100000 10000101 10000 1001100 0 110000 100100000 111101 100000

Color Harmonies of #702085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702085

Black with #702085

Text Example


Text Example

White with #702085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702085; }

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

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

background-color css

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

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

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

border-color css

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

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

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