Html Css Color HEX #70258C Vivid Violet

📋 copy color: '#70258C'

red 112 ◦ green 37 ◦ blue 140

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

Shades of Vivid Violet #70258C

Tints of Vivid Violet #70258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.44%

R = 38.75%
G = 12.8%
B = 48.44%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70258C (or 0x70258C) is known color: Vivid Violet. HEX triplet: 70, 25 and 8C. RGB value is (112,37,140). Sum of RGB (Red+Green+Blue) = 112+37+140=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #70258C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70258C is #8FDA73. Grayscale: #464646. Windows color (decimal): -9427572 or 9184624. OLE color: 9184624.

HSL color Cylindrical-coordinate representation of color #70258C: hue angle of 283.69º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70258C is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 37 140 -
CMYK 0.20 0.74 0 0.45
HSL 283.69º 0.58% 0.35% -
HSV(B) 283.69º 0.74% 0.55% -
XYZ 12.08 6.66 25.46 -
YUV 71.17 166.85 157.12 -
System Red Green Blue C M Y K H S L
Decimal 112 37 140 0.20 0.74 0 0.45 283.69 0.58 0.35
Hex 70 25 8C 14 4A 0 2D 11C 3A 23
Octal 160 45 214 24 112 0 55 434 72 43
Binary 1110000 100101 10001100 10100 1001010 0 101101 100011100 111010 100011

Color Harmonies of #70258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70258C

Black with #70258C

Text Example


Text Example

White with #70258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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