Html Css Color HEX #75319B Vivid Violet

📋 copy color: '#75319B'

red 117 ◦ green 49 ◦ blue 155

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

Shades of Vivid Violet #75319B

Tints of Vivid Violet #75319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.26%

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

R = 36.45%
G = 15.26%
B = 48.29%

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

#75319B (or 0x75319B) is known color: Vivid Violet. HEX triplet: 75, 31 and 9B. RGB value is (117,49,155). Sum of RGB (Red+Green+Blue) = 117+49+155=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #75319B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75319B is #8ACE64. Grayscale: #515151. Windows color (decimal): -9096805 or 10170741. OLE color: 10170741.

HSL color Cylindrical-coordinate representation of color #75319B: hue angle of 278.49º degrees, saturation: 0.52, 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 #75319B is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 49 155 -
CMYK 0.25 0.68 0 0.39
HSL 278.49º 0.52% 0.4% -
HSV(B) 278.49º 0.68% 0.61% -
XYZ 14.35 8.35 31.86 -
YUV 81.42 169.53 153.38 -
System Red Green Blue C M Y K H S L
Decimal 117 49 155 0.25 0.68 0 0.39 278.49 0.52 0.4
Hex 75 31 9B 19 44 0 27 116 34 28
Octal 165 61 233 31 104 0 47 426 64 50
Binary 1110101 110001 10011011 11001 1000100 0 100111 100010110 110100 101000

Color Harmonies of #75319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75319B

Black with #75319B

Text Example


Text Example

White with #75319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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