Html Css Color HEX #752783 Vivid Violet

📋 copy color: '#752783'

red 117 ◦ green 39 ◦ blue 131

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

Shades of Vivid Violet #752783

Tints of Vivid Violet #752783

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.59%

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

R = 40.77%
G = 13.59%
B = 45.64%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#752783 (or 0x752783) is known color: Vivid Violet. HEX triplet: 75, 27 and 83. RGB value is (117,39,131). Sum of RGB (Red+Green+Blue) = 117+39+131=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #752783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752783 is #8AD87C. Grayscale: #484848. Windows color (decimal): -9099389 or 8595317. OLE color: 8595317.

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

Color convert

RGB 117 39 131 -
CMYK 0.11 0.70 0 0.49
HSL 290.87º 0.54% 0.33% -
HSV(B) 290.87º 0.7% 0.51% -
XYZ 12.16 6.87 22.16 -
YUV 72.81 160.84 159.52 -
System Red Green Blue C M Y K H S L
Decimal 117 39 131 0.11 0.70 0 0.49 290.87 0.54 0.33
Hex 75 27 83 B 46 0 31 123 36 21
Octal 165 47 203 13 106 0 61 443 66 41
Binary 1110101 100111 10000011 1011 1000110 0 110001 100100011 110110 100001

Color Harmonies of #752783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752783

Black with #752783

Text Example


Text Example

White with #752783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752783; }

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

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

background-color css

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

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

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

border-color css

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

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

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