Html Css Color HEX #753C8A Vivid Violet

📋 copy color: '#753C8A'

red 117 ◦ green 60 ◦ blue 138

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

Shades of Vivid Violet #753C8A

Tints of Vivid Violet #753C8A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

 BLUE value IS 138 (54.3% from 255) = 43.81%

R = 37.14%
G = 19.05%
B = 43.81%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#753C8A (or 0x753C8A) is known color: Vivid Violet. HEX triplet: 75, 3C and 8A. RGB value is (117,60,138). Sum of RGB (Red+Green+Blue) = 117+60+138=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #753C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753C8A is #8AC375. Grayscale: #555555. Windows color (decimal): -9094006 or 9059445. OLE color: 9059445.

HSL color Cylindrical-coordinate representation of color #753C8A: hue angle of 283.85º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753C8A is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 60 138 -
CMYK 0.15 0.57 0 0.46
HSL 283.85º 0.39% 0.39% -
HSV(B) 283.85º 0.57% 0.54% -
XYZ 13.54 8.85 25.04 -
YUV 85.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 117 60 138 0.15 0.57 0 0.46 283.85 0.39 0.39
Hex 75 3C 8A F 39 0 2E 11C 27 27
Octal 165 74 212 17 71 0 56 434 47 47
Binary 1110101 111100 10001010 1111 111001 0 101110 100011100 100111 100111

Color Harmonies of #753C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C8A

Black with #753C8A

Text Example


Text Example

White with #753C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753C8A; }

 p { color: rgb(117,60,138); }

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

background-color css

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

 a { background-color: rgb(117,60,138); }

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

border-color css

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

 span { border-color: rgb(117,60,138); }

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