Html Css Color HEX #752383 Vivid Violet

📋 copy color: '#752383'

red 117 ◦ green 35 ◦ blue 131

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

Shades of Vivid Violet #752383

Tints of Vivid Violet #752383

RGB

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

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

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

R = 41.34%
G = 12.37%
B = 46.29%

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

#752383 (or 0x752383) is known color: Vivid Violet. HEX triplet: 75, 23 and 83. RGB value is (117,35,131). Sum of RGB (Red+Green+Blue) = 117+35+131=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #752383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752383 is #8ADC7C. Grayscale: #464646. Windows color (decimal): -9100413 or 8594293. OLE color: 8594293.

HSL color Cylindrical-coordinate representation of color #752383: hue angle of 291.25º degrees, saturation: 0.58, 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 #752383 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 35 131 -
CMYK 0.11 0.73 0 0.49
HSL 291.25º 0.58% 0.33% -
HSV(B) 291.25º 0.73% 0.51% -
XYZ 12.03 6.62 22.12 -
YUV 70.46 162.17 161.19 -
System Red Green Blue C M Y K H S L
Decimal 117 35 131 0.11 0.73 0 0.49 291.25 0.58 0.33
Hex 75 23 83 B 49 0 31 123 3A 21
Octal 165 43 203 13 111 0 61 443 72 41
Binary 1110101 100011 10000011 1011 1001001 0 110001 100100011 111010 100001

Color Harmonies of #752383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752383

Black with #752383

Text Example


Text Example

White with #752383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752383; }

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

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

background-color css

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

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

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

border-color css

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

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

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