Html Css Color HEX #753698 Vivid Violet

📋 copy color: '#753698'

red 117 ◦ green 54 ◦ blue 152

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

Shades of Vivid Violet #753698

Tints of Vivid Violet #753698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

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

R = 36.22%
G = 16.72%
B = 47.06%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#753698 (or 0x753698) is known color: Vivid Violet. HEX triplet: 75, 36 and 98. RGB value is (117,54,152). Sum of RGB (Red+Green+Blue) = 117+54+152=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #753698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753698 is #8AC967. Grayscale: #535353. Windows color (decimal): -9095528 or 9975413. OLE color: 9975413.

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

Color convert

RGB 117 54 152 -
CMYK 0.23 0.64 0 0.40
HSL 278.57º 0.48% 0.4% -
HSV(B) 278.57º 0.64% 0.6% -
XYZ 14.32 8.69 30.63 -
YUV 84.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 117 54 152 0.23 0.64 0 0.40 278.57 0.48 0.4
Hex 75 36 98 17 40 0 28 117 30 28
Octal 165 66 230 27 100 0 50 427 60 50
Binary 1110101 110110 10011000 10111 1000000 0 101000 100010111 110000 101000

Color Harmonies of #753698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753698

Black with #753698

Text Example


Text Example

White with #753698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753698; }

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

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

background-color css

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

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

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

border-color css

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

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

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