Html Css Color HEX #752382 Vivid Violet

📋 copy color: '#752382'

red 117 ◦ green 35 ◦ blue 130

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

Shades of Vivid Violet #752382

Tints of Vivid Violet #752382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.41%

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 41.49%
G = 12.41%
B = 46.1%

CMYK

 C value IS 0.1

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#752382 (or 0x752382) is known color: Vivid Violet. HEX triplet: 75, 23 and 82. RGB value is (117,35,130). Sum of RGB (Red+Green+Blue) = 117+35+130=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #752382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752382 is #8ADC7D. Grayscale: #464646. Windows color (decimal): -9100414 or 8528757. OLE color: 8528757.

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

Color convert

RGB 117 35 130 -
CMYK 0.1 0.73 0 0.49
HSL 291.79º 0.58% 0.32% -
HSV(B) 291.79º 0.73% 0.51% -
XYZ 11.97 6.6 21.76 -
YUV 70.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 117 35 130 0.1 0.73 0 0.49 291.79 0.58 0.32
Hex 75 23 82 A 49 0 31 124 3A 20
Octal 165 43 202 12 111 0 61 444 72 40
Binary 1110101 100011 10000010 1010 1001001 0 110001 100100100 111010 100000

Color Harmonies of #752382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752382

Black with #752382

Text Example


Text Example

White with #752382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752382; }

 p { color: rgb(117,35,130); }

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

background-color css

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

 a { background-color: rgb(117,35,130); }

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

border-color css

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

 span { border-color: rgb(117,35,130); }

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