Html Css Color HEX #752483 Vivid Violet

📋 copy color: '#752483'

red 117 ◦ green 36 ◦ blue 131

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

Shades of Vivid Violet #752483

Tints of Vivid Violet #752483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.68%

 BLUE value IS 131 (51.56% from 255) = 46.13%

R = 41.2%
G = 12.68%
B = 46.13%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#752483 (or 0x752483) is known color: Vivid Violet. HEX triplet: 75, 24 and 83. RGB value is (117,36,131). Sum of RGB (Red+Green+Blue) = 117+36+131=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #752483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752483 is #8ADB7C. Grayscale: #464646. Windows color (decimal): -9100157 or 8594549. OLE color: 8594549.

HSL color Cylindrical-coordinate representation of color #752483: hue angle of 291.16º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752483 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 36 131 -
CMYK 0.11 0.73 0 0.49
HSL 291.16º 0.57% 0.33% -
HSV(B) 291.16º 0.73% 0.51% -
XYZ 12.06 6.68 22.13 -
YUV 71.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 117 36 131 0.11 0.73 0 0.49 291.16 0.57 0.33
Hex 75 24 83 B 49 0 31 123 39 21
Octal 165 44 203 13 111 0 61 443 71 41
Binary 1110101 100100 10000011 1011 1001001 0 110001 100100011 111001 100001

Color Harmonies of #752483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752483

Black with #752483

Text Example


Text Example

White with #752483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752483; }

 p { color: rgb(117,36,131); }

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

background-color css

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

 a { background-color: rgb(117,36,131); }

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

border-color css

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

 span { border-color: rgb(117,36,131); }

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