Html Css Color HEX #702185 Vivid Violet

📋 copy color: '#702185'

red 112 ◦ green 33 ◦ blue 133

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

Shades of Vivid Violet #702185

Tints of Vivid Violet #702185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

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

R = 40.29%
G = 11.87%
B = 47.84%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#702185 (or 0x702185) is known color: Vivid Violet. HEX triplet: 70, 21 and 85. RGB value is (112,33,133). Sum of RGB (Red+Green+Blue) = 112+33+133=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #702185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702185 is #8FDE7A. Grayscale: #434343. Windows color (decimal): -9428603 or 8724848. OLE color: 8724848.

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

Color convert

RGB 112 33 133 -
CMYK 0.16 0.75 0 0.48
HSL 287.4º 0.6% 0.33% -
HSV(B) 287.4º 0.75% 0.52% -
XYZ 11.46 6.23 22.79 -
YUV 68.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 112 33 133 0.16 0.75 0 0.48 287.4 0.6 0.33
Hex 70 21 85 10 4B 0 30 11F 3C 21
Octal 160 41 205 20 113 0 60 437 74 41
Binary 1110000 100001 10000101 10000 1001011 0 110000 100011111 111100 100001

Color Harmonies of #702185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702185

Black with #702185

Text Example


Text Example

White with #702185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702185; }

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

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

background-color css

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

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

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

border-color css

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

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

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