Html Css Color HEX #752098 Vivid Violet

📋 copy color: '#752098'

red 117 ◦ green 32 ◦ blue 152

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

Shades of Vivid Violet #752098

Tints of Vivid Violet #752098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

 BLUE value IS 152 (59.77% from 255) = 50.5%

R = 38.87%
G = 10.63%
B = 50.5%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#752098 (or 0x752098) is known color: Vivid Violet. HEX triplet: 75, 20 and 98. RGB value is (117,32,152). Sum of RGB (Red+Green+Blue) = 117+32+152=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #752098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752098 is #8ADF67. Grayscale: #464646. Windows color (decimal): -9101160 or 9969781. OLE color: 9969781.

HSL color Cylindrical-coordinate representation of color #752098: hue angle of 282.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752098 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 32 152 -
CMYK 0.23 0.79 0 0.40
HSL 282.5º 0.65% 0.36% -
HSV(B) 282.5º 0.79% 0.6% -
XYZ 13.52 7.08 30.36 -
YUV 71.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 117 32 152 0.23 0.79 0 0.40 282.5 0.65 0.36
Hex 75 20 98 17 4F 0 28 11A 41 24
Octal 165 40 230 27 117 0 50 432 101 44
Binary 1110101 100000 10011000 10111 1001111 0 101000 100011010 1000001 100100

Color Harmonies of #752098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752098

Black with #752098

Text Example


Text Example

White with #752098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752098; }

 p { color: rgb(117,32,152); }

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

background-color css

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

 a { background-color: rgb(117,32,152); }

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

border-color css

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

 span { border-color: rgb(117,32,152); }

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