Html Css Color HEX #70259B Vivid Violet

📋 copy color: '#70259B'

red 112 ◦ green 37 ◦ blue 155

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

Shades of Vivid Violet #70259B

Tints of Vivid Violet #70259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

 BLUE value IS 155 (60.94% from 255) = 50.99%

R = 36.84%
G = 12.17%
B = 50.99%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70259B (or 0x70259B) is known color: Vivid Violet. HEX triplet: 70, 25 and 9B. RGB value is (112,37,155). Sum of RGB (Red+Green+Blue) = 112+37+155=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #70259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70259B is #8FDA64. Grayscale: #484848. Windows color (decimal): -9427557 or 10167664. OLE color: 10167664.

HSL color Cylindrical-coordinate representation of color #70259B: hue angle of 278.14º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70259B is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 37 155 -
CMYK 0.28 0.76 0 0.39
HSL 278.14º 0.61% 0.38% -
HSV(B) 278.14º 0.76% 0.61% -
XYZ 13.26 7.13 31.69 -
YUV 72.88 174.35 155.91 -
System Red Green Blue C M Y K H S L
Decimal 112 37 155 0.28 0.76 0 0.39 278.14 0.61 0.38
Hex 70 25 9B 1C 4C 0 27 116 3D 26
Octal 160 45 233 34 114 0 47 426 75 46
Binary 1110000 100101 10011011 11100 1001100 0 100111 100010110 111101 100110

Color Harmonies of #70259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70259B

Black with #70259B

Text Example


Text Example

White with #70259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70259B; }

 p { color: rgb(112,37,155); }

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

background-color css

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

 a { background-color: rgb(112,37,155); }

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

border-color css

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

 span { border-color: rgb(112,37,155); }

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