Html Css Color HEX #703288 Vivid Violet

📋 copy color: '#703288'

red 112 ◦ green 50 ◦ blue 136

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

Shades of Vivid Violet #703288

Tints of Vivid Violet #703288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 136 (53.52% from 255) = 45.64%

R = 37.58%
G = 16.78%
B = 45.64%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#703288 (or 0x703288) is known color: Vivid Violet. HEX triplet: 70, 32 and 88. RGB value is (112,50,136). Sum of RGB (Red+Green+Blue) = 112+50+136=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #703288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703288 is #8FCD77. Grayscale: #4E4E4E. Windows color (decimal): -9424248 or 8925808. OLE color: 8925808.

HSL color Cylindrical-coordinate representation of color #703288: hue angle of 283.26º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #703288 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 50 136 -
CMYK 0.18 0.63 0 0.47
HSL 283.26º 0.46% 0.36% -
HSV(B) 283.26º 0.63% 0.53% -
XYZ 12.27 7.5 24.09 -
YUV 78.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 112 50 136 0.18 0.63 0 0.47 283.26 0.46 0.36
Hex 70 32 88 12 3F 0 2F 11B 2E 24
Octal 160 62 210 22 77 0 57 433 56 44
Binary 1110000 110010 10001000 10010 111111 0 101111 100011011 101110 100100

Color Harmonies of #703288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703288

Black with #703288

Text Example


Text Example

White with #703288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703288; }

 p { color: rgb(112,50,136); }

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

background-color css

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

 a { background-color: rgb(112,50,136); }

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

border-color css

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

 span { border-color: rgb(112,50,136); }

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