Html Css Color HEX #75159C Vivid Violet

📋 copy color: '#75159C'

red 117 ◦ green 21 ◦ blue 156

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

Shades of Vivid Violet #75159C

Tints of Vivid Violet #75159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.14%

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

R = 39.8%
G = 7.14%
B = 53.06%

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

#75159C (or 0x75159C) is known color: Vivid Violet. HEX triplet: 75, 15 and 9C. RGB value is (117,21,156). Sum of RGB (Red+Green+Blue) = 117+21+156=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #75159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75159C is #8AEA63. Grayscale: #404040. Windows color (decimal): -9103972 or 10229109. OLE color: 10229109.

HSL color Cylindrical-coordinate representation of color #75159C: hue angle of 282.67º degrees, saturation: 0.76, 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 #75159C is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 21 156 -
CMYK 0.25 0.87 0 0.39
HSL 282.67º 0.76% 0.35% -
HSV(B) 282.67º 0.87% 0.61% -
XYZ 13.61 6.72 32.03 -
YUV 65.09 179.3 165.02 -
System Red Green Blue C M Y K H S L
Decimal 117 21 156 0.25 0.87 0 0.39 282.67 0.76 0.35
Hex 75 15 9C 19 57 0 27 11B 4C 23
Octal 165 25 234 31 127 0 47 433 114 43
Binary 1110101 10101 10011100 11001 1010111 0 100111 100011011 1001100 100011

Color Harmonies of #75159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75159C

Black with #75159C

Text Example


Text Example

White with #75159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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