Html Css Color HEX #752C9D Vivid Violet

📋 copy color: '#752C9D'

red 117 ◦ green 44 ◦ blue 157

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

Shades of Vivid Violet #752C9D

Tints of Vivid Violet #752C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

 BLUE value IS 157 (61.72% from 255) = 49.37%

R = 36.79%
G = 13.84%
B = 49.37%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#752C9D (or 0x752C9D) is known color: Vivid Violet. HEX triplet: 75, 2C and 9D. RGB value is (117,44,157). Sum of RGB (Red+Green+Blue) = 117+44+157=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #752C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752C9D is #8AD362. Grayscale: #4E4E4E. Windows color (decimal): -9098083 or 10300533. OLE color: 10300533.

HSL color Cylindrical-coordinate representation of color #752C9D: hue angle of 278.76º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752C9D is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 44 157 -
CMYK 0.25 0.72 0 0.38
HSL 278.76º 0.56% 0.39% -
HSV(B) 278.76º 0.72% 0.62% -
XYZ 14.32 8.02 32.69 -
YUV 78.71 172.18 155.31 -
System Red Green Blue C M Y K H S L
Decimal 117 44 157 0.25 0.72 0 0.38 278.76 0.56 0.39
Hex 75 2C 9D 19 48 0 26 117 38 27
Octal 165 54 235 31 110 0 46 427 70 47
Binary 1110101 101100 10011101 11001 1001000 0 100110 100010111 111000 100111

Color Harmonies of #752C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C9D

Black with #752C9D

Text Example


Text Example

White with #752C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,44,157); }

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

background-color css

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

 a { background-color: rgb(117,44,157); }

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

border-color css

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

 span { border-color: rgb(117,44,157); }

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