Html Css Color HEX #752B9A Vivid Violet

📋 copy color: '#752B9A'

red 117 ◦ green 43 ◦ blue 154

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

Shades of Vivid Violet #752B9A

Tints of Vivid Violet #752B9A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

 BLUE value IS 154 (60.55% from 255) = 49.04%

R = 37.26%
G = 13.69%
B = 49.04%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#752B9A (or 0x752B9A) is known color: Vivid Violet. HEX triplet: 75, 2B and 9A. RGB value is (117,43,154). Sum of RGB (Red+Green+Blue) = 117+43+154=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #752B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752B9A is #8AD465. Grayscale: #4D4D4D. Windows color (decimal): -9098342 or 10103669. OLE color: 10103669.

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

Color convert

RGB 117 43 154 -
CMYK 0.24 0.72 0 0.40
HSL 280º 0.56% 0.39% -
HSV(B) 280º 0.72% 0.6% -
XYZ 14.03 7.84 31.35 -
YUV 77.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 117 43 154 0.24 0.72 0 0.40 280 0.56 0.39
Hex 75 2B 9A 18 48 0 28 118 38 27
Octal 165 53 232 30 110 0 50 430 70 47
Binary 1110101 101011 10011010 11000 1001000 0 101000 100011000 111000 100111

Color Harmonies of #752B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B9A

Black with #752B9A

Text Example


Text Example

White with #752B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,43,154); }

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

background-color css

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

 a { background-color: rgb(117,43,154); }

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

border-color css

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

 span { border-color: rgb(117,43,154); }

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