Html Css Color HEX #752F9C Vivid Violet

📋 copy color: '#752F9C'

red 117 ◦ green 47 ◦ blue 156

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

Shades of Vivid Violet #752F9C

Tints of Vivid Violet #752F9C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.69%

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

R = 36.56%
G = 14.69%
B = 48.75%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#752F9C (or 0x752F9C) is known color: Vivid Violet. HEX triplet: 75, 2F and 9C. RGB value is (117,47,156). Sum of RGB (Red+Green+Blue) = 117+47+156=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #752F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752F9C is #8AD063. Grayscale: #4F4F4F. Windows color (decimal): -9097316 or 10235765. OLE color: 10235765.

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

Color convert

RGB 117 47 156 -
CMYK 0.25 0.70 0 0.39
HSL 278.53º 0.54% 0.4% -
HSV(B) 278.53º 0.7% 0.61% -
XYZ 14.35 8.22 32.28 -
YUV 80.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 117 47 156 0.25 0.70 0 0.39 278.53 0.54 0.4
Hex 75 2F 9C 19 46 0 27 117 36 28
Octal 165 57 234 31 106 0 47 427 66 50
Binary 1110101 101111 10011100 11001 1000110 0 100111 100010111 110110 101000

Color Harmonies of #752F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F9C

Black with #752F9C

Text Example


Text Example

White with #752F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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