Html Css Color HEX #753498 Vivid Violet

📋 copy color: '#753498'

red 117 ◦ green 52 ◦ blue 152

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

Shades of Vivid Violet #753498

Tints of Vivid Violet #753498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

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

R = 36.45%
G = 16.2%
B = 47.35%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#753498 (or 0x753498) is known color: Vivid Violet. HEX triplet: 75, 34 and 98. RGB value is (117,52,152). Sum of RGB (Red+Green+Blue) = 117+52+152=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #753498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753498 is #8ACB67. Grayscale: #525252. Windows color (decimal): -9096040 or 9974901. OLE color: 9974901.

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

Color convert

RGB 117 52 152 -
CMYK 0.23 0.66 0 0.40
HSL 279º 0.49% 0.4% -
HSV(B) 279º 0.66% 0.6% -
XYZ 14.23 8.5 30.6 -
YUV 82.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 117 52 152 0.23 0.66 0 0.40 279 0.49 0.4
Hex 75 34 98 17 42 0 28 117 31 28
Octal 165 64 230 27 102 0 50 427 61 50
Binary 1110101 110100 10011000 10111 1000010 0 101000 100010111 110001 101000

Color Harmonies of #753498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753498

Black with #753498

Text Example


Text Example

White with #753498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753498; }

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

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

background-color css

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

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

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

border-color css

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

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

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