Html Css Color HEX #70249B Vivid Violet

📋 copy color: '#70249B'

red 112 ◦ green 36 ◦ blue 155

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

Shades of Vivid Violet #70249B

Tints of Vivid Violet #70249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.88%

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

R = 36.96%
G = 11.88%
B = 51.16%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70249B (or 0x70249B) is known color: Vivid Violet. HEX triplet: 70, 24 and 9B. RGB value is (112,36,155). Sum of RGB (Red+Green+Blue) = 112+36+155=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #70249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70249B is #8FDB64. Grayscale: #474747. Windows color (decimal): -9427813 or 10167408. OLE color: 10167408.

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

Color convert

RGB 112 36 155 -
CMYK 0.28 0.77 0 0.39
HSL 278.32º 0.62% 0.37% -
HSV(B) 278.32º 0.77% 0.61% -
XYZ 13.23 7.07 31.68 -
YUV 72.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 112 36 155 0.28 0.77 0 0.39 278.32 0.62 0.37
Hex 70 24 9B 1C 4D 0 27 116 3E 25
Octal 160 44 233 34 115 0 47 426 76 45
Binary 1110000 100100 10011011 11100 1001101 0 100111 100010110 111110 100101

Color Harmonies of #70249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70249B

Black with #70249B

Text Example


Text Example

White with #70249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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