Html Css Color HEX #75329B Vivid Violet

📋 copy color: '#75329B'

red 117 ◦ green 50 ◦ blue 155

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

Shades of Vivid Violet #75329B

Tints of Vivid Violet #75329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.53%

 BLUE value IS 155 (60.94% from 255) = 48.14%

R = 36.34%
G = 15.53%
B = 48.14%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75329B (or 0x75329B) is known color: Vivid Violet. HEX triplet: 75, 32 and 9B. RGB value is (117,50,155). Sum of RGB (Red+Green+Blue) = 117+50+155=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #75329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75329B is #8ACD64. Grayscale: #515151. Windows color (decimal): -9096549 or 10170997. OLE color: 10170997.

HSL color Cylindrical-coordinate representation of color #75329B: hue angle of 278.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75329B is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 50 155 -
CMYK 0.25 0.68 0 0.39
HSL 278.29º 0.51% 0.4% -
HSV(B) 278.29º 0.68% 0.61% -
XYZ 14.39 8.43 31.88 -
YUV 82 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 117 50 155 0.25 0.68 0 0.39 278.29 0.51 0.4
Hex 75 32 9B 19 44 0 27 116 33 28
Octal 165 62 233 31 104 0 47 426 63 50
Binary 1110101 110010 10011011 11001 1000100 0 100111 100010110 110011 101000

Color Harmonies of #75329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75329B

Black with #75329B

Text Example


Text Example

White with #75329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75329B; }

 p { color: rgb(117,50,155); }

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

background-color css

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

 a { background-color: rgb(117,50,155); }

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

border-color css

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

 span { border-color: rgb(117,50,155); }

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