Html Css Color HEX #70248B Vivid Violet

📋 copy color: '#70248B'

red 112 ◦ green 36 ◦ blue 139

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

Shades of Vivid Violet #70248B

Tints of Vivid Violet #70248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 39.02%
G = 12.54%
B = 48.43%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70248B (or 0x70248B) is known color: Vivid Violet. HEX triplet: 70, 24 and 8B. RGB value is (112,36,139). Sum of RGB (Red+Green+Blue) = 112+36+139=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #70248B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70248B is #8FDB74. Grayscale: #464646. Windows color (decimal): -9427829 or 9118832. OLE color: 9118832.

HSL color Cylindrical-coordinate representation of color #70248B: hue angle of 284.27º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70248B is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 36 139 -
CMYK 0.19 0.74 0 0.45
HSL 284.27º 0.59% 0.34% -
HSV(B) 284.27º 0.74% 0.55% -
XYZ 11.97 6.57 25.06 -
YUV 70.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 112 36 139 0.19 0.74 0 0.45 284.27 0.59 0.34
Hex 70 24 8B 13 4A 0 2D 11C 3B 22
Octal 160 44 213 23 112 0 55 434 73 42
Binary 1110000 100100 10001011 10011 1001010 0 101101 100011100 111011 100010

Color Harmonies of #70248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70248B

Black with #70248B

Text Example


Text Example

White with #70248B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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