Html Css Color HEX #752C8B Vivid Violet

📋 copy color: '#752C8B'

red 117 ◦ green 44 ◦ blue 139

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

Shades of Vivid Violet #752C8B

Tints of Vivid Violet #752C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.33%

R = 39%
G = 14.67%
B = 46.33%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#752C8B (or 0x752C8B) is known color: Vivid Violet. HEX triplet: 75, 2C and 8B. RGB value is (117,44,139). Sum of RGB (Red+Green+Blue) = 117+44+139=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #752C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752C8B is #8AD374. Grayscale: #4C4C4C. Windows color (decimal): -9098101 or 9120885. OLE color: 9120885.

HSL color Cylindrical-coordinate representation of color #752C8B: hue angle of 286.11º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752C8B is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 44 139 -
CMYK 0.16 0.68 0 0.45
HSL 286.11º 0.52% 0.36% -
HSV(B) 286.11º 0.68% 0.55% -
XYZ 12.9 7.45 25.18 -
YUV 76.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 117 44 139 0.16 0.68 0 0.45 286.11 0.52 0.36
Hex 75 2C 8B 10 44 0 2D 11E 34 24
Octal 165 54 213 20 104 0 55 436 64 44
Binary 1110101 101100 10001011 10000 1000100 0 101101 100011110 110100 100100

Color Harmonies of #752C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C8B

Black with #752C8B

Text Example


Text Example

White with #752C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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