Html Css Color HEX #702F95 Vivid Violet

📋 copy color: '#702F95'

red 112 ◦ green 47 ◦ blue 149

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

Shades of Vivid Violet #702F95

Tints of Vivid Violet #702F95

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.26%

 BLUE value IS 149 (58.59% from 255) = 48.38%

R = 36.36%
G = 15.26%
B = 48.38%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#702F95 (or 0x702F95) is known color: Vivid Violet. HEX triplet: 70, 2F and 95. RGB value is (112,47,149). Sum of RGB (Red+Green+Blue) = 112+47+149=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #702F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702F95 is #8FD06A. Grayscale: #4D4D4D. Windows color (decimal): -9425003 or 9777008. OLE color: 9777008.

HSL color Cylindrical-coordinate representation of color #702F95: hue angle of 278.24º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702F95 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 47 149 -
CMYK 0.25 0.68 0 0.42
HSL 278.24º 0.52% 0.38% -
HSV(B) 278.24º 0.68% 0.58% -
XYZ 13.12 7.65 29.22 -
YUV 78.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 112 47 149 0.25 0.68 0 0.42 278.24 0.52 0.38
Hex 70 2F 95 19 44 0 2A 116 34 26
Octal 160 57 225 31 104 0 52 426 64 46
Binary 1110000 101111 10010101 11001 1000100 0 101010 100010110 110100 100110

Color Harmonies of #702F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F95

Black with #702F95

Text Example


Text Example

White with #702F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702F95; }

 p { color: rgb(112,47,149); }

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

background-color css

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

 a { background-color: rgb(112,47,149); }

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

border-color css

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

 span { border-color: rgb(112,47,149); }

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