Html Css Color HEX #753398 Vivid Violet

📋 copy color: '#753398'

red 117 ◦ green 51 ◦ blue 152

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

Shades of Vivid Violet #753398

Tints of Vivid Violet #753398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

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

R = 36.56%
G = 15.94%
B = 47.5%

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

#753398 (or 0x753398) is known color: Vivid Violet. HEX triplet: 75, 33 and 98. RGB value is (117,51,152). Sum of RGB (Red+Green+Blue) = 117+51+152=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #753398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753398 is #8ACC67. Grayscale: #515151. Windows color (decimal): -9096296 or 9974645. OLE color: 9974645.

HSL color Cylindrical-coordinate representation of color #753398: hue angle of 279.21º degrees, saturation: 0.5, 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 #753398 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 51 152 -
CMYK 0.23 0.66 0 0.40
HSL 279.21º 0.5% 0.4% -
HSV(B) 279.21º 0.66% 0.6% -
XYZ 14.19 8.42 30.58 -
YUV 82.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 117 51 152 0.23 0.66 0 0.40 279.21 0.5 0.4
Hex 75 33 98 17 42 0 28 117 32 28
Octal 165 63 230 27 102 0 50 427 62 50
Binary 1110101 110011 10011000 10111 1000010 0 101000 100010111 110010 101000

Color Harmonies of #753398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753398

Black with #753398

Text Example


Text Example

White with #753398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753398; }

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

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

background-color css

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

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

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

border-color css

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

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

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