Html Css Color HEX #75149C Vivid Violet

📋 copy color: '#75149C'

red 117 ◦ green 20 ◦ blue 156

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

Shades of Vivid Violet #75149C

Tints of Vivid Violet #75149C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

 BLUE value IS 156 (61.33% from 255) = 53.24%

R = 39.93%
G = 6.83%
B = 53.24%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75149C (or 0x75149C) is known color: Vivid Violet. HEX triplet: 75, 14 and 9C. RGB value is (117,20,156). Sum of RGB (Red+Green+Blue) = 117+20+156=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #75149C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75149C is #8AEB63. Grayscale: #404040. Windows color (decimal): -9104228 or 10228853. OLE color: 10228853.

HSL color Cylindrical-coordinate representation of color #75149C: hue angle of 282.79º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75149C is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 20 156 -
CMYK 0.25 0.87 0 0.39
HSL 282.79º 0.77% 0.35% -
HSV(B) 282.79º 0.87% 0.61% -
XYZ 13.59 6.68 32.03 -
YUV 64.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 117 20 156 0.25 0.87 0 0.39 282.79 0.77 0.35
Hex 75 14 9C 19 57 0 27 11B 4D 23
Octal 165 24 234 31 127 0 47 433 115 43
Binary 1110101 10100 10011100 11001 1010111 0 100111 100011011 1001101 100011

Color Harmonies of #75149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75149C

Black with #75149C

Text Example


Text Example

White with #75149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75149C; }

 p { color: rgb(117,20,156); }

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

background-color css

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

 a { background-color: rgb(117,20,156); }

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

border-color css

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

 span { border-color: rgb(117,20,156); }

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