Html Css Color HEX #753088 Vivid Violet

📋 copy color: '#753088'

red 117 ◦ green 48 ◦ blue 136

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

Shades of Vivid Violet #753088

Tints of Vivid Violet #753088

RGB

 RED value IS 117 (46.09% from 255) = 38.87%

 GREEN value IS 48 (19.14% from 255) = 15.95%

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

R = 38.87%
G = 15.95%
B = 45.18%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#753088 (or 0x753088) is known color: Vivid Violet. HEX triplet: 75, 30 and 88. RGB value is (117,48,136). Sum of RGB (Red+Green+Blue) = 117+48+136=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #753088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753088 is #8ACF77. Grayscale: #4E4E4E. Windows color (decimal): -9097080 or 8925301. OLE color: 8925301.

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

Color convert

RGB 117 48 136 -
CMYK 0.14 0.65 0 0.47
HSL 287.05º 0.48% 0.36% -
HSV(B) 287.05º 0.65% 0.53% -
XYZ 12.84 7.67 24.1 -
YUV 78.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 117 48 136 0.14 0.65 0 0.47 287.05 0.48 0.36
Hex 75 30 88 E 41 0 2F 11F 30 24
Octal 165 60 210 16 101 0 57 437 60 44
Binary 1110101 110000 10001000 1110 1000001 0 101111 100011111 110000 100100

Color Harmonies of #753088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753088

Black with #753088

Text Example


Text Example

White with #753088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753088; }

 p { color: rgb(117,48,136); }

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

background-color css

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

 a { background-color: rgb(117,48,136); }

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

border-color css

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

 span { border-color: rgb(117,48,136); }

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