Html Css Color HEX #752E9C Vivid Violet

📋 copy color: '#752E9C'

red 117 ◦ green 46 ◦ blue 156

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

Shades of Vivid Violet #752E9C

Tints of Vivid Violet #752E9C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.42%

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 36.68%
G = 14.42%
B = 48.9%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#752E9C (or 0x752E9C) is known color: Vivid Violet. HEX triplet: 75, 2E and 9C. RGB value is (117,46,156). Sum of RGB (Red+Green+Blue) = 117+46+156=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #752E9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752E9C is #8AD163. Grayscale: #4F4F4F. Windows color (decimal): -9097572 or 10235509. OLE color: 10235509.

HSL color Cylindrical-coordinate representation of color #752E9C: hue angle of 278.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752E9C is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 46 156 -
CMYK 0.25 0.71 0 0.39
HSL 278.73º 0.54% 0.4% -
HSV(B) 278.73º 0.71% 0.61% -
XYZ 14.31 8.14 32.27 -
YUV 79.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 117 46 156 0.25 0.71 0 0.39 278.73 0.54 0.4
Hex 75 2E 9C 19 47 0 27 117 36 28
Octal 165 56 234 31 107 0 47 427 66 50
Binary 1110101 101110 10011100 11001 1000111 0 100111 100010111 110110 101000

Color Harmonies of #752E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E9C

Black with #752E9C

Text Example


Text Example

White with #752E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752E9C; }

 p { color: rgb(117,46,156); }

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

background-color css

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

 a { background-color: rgb(117,46,156); }

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

border-color css

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

 span { border-color: rgb(117,46,156); }

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