Html Css Color HEX #75189A Vivid Violet

📋 copy color: '#75189A'

red 117 ◦ green 24 ◦ blue 154

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

Shades of Vivid Violet #75189A

Tints of Vivid Violet #75189A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

 BLUE value IS 154 (60.55% from 255) = 52.2%

R = 39.66%
G = 8.14%
B = 52.2%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#75189A (or 0x75189A) is known color: Vivid Violet. HEX triplet: 75, 18 and 9A. RGB value is (117,24,154). Sum of RGB (Red+Green+Blue) = 117+24+154=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #75189A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75189A is #8AE765. Grayscale: #424242. Windows color (decimal): -9103206 or 10098805. OLE color: 10098805.

HSL color Cylindrical-coordinate representation of color #75189A: hue angle of 282.92º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75189A is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 24 154 -
CMYK 0.24 0.84 0 0.40
HSL 282.92º 0.73% 0.35% -
HSV(B) 282.92º 0.84% 0.6% -
XYZ 13.5 6.77 31.17 -
YUV 66.63 177.31 163.93 -
System Red Green Blue C M Y K H S L
Decimal 117 24 154 0.24 0.84 0 0.40 282.92 0.73 0.35
Hex 75 18 9A 18 54 0 28 11B 49 23
Octal 165 30 232 30 124 0 50 433 111 43
Binary 1110101 11000 10011010 11000 1010100 0 101000 100011011 1001001 100011

Color Harmonies of #75189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75189A

Black with #75189A

Text Example


Text Example

White with #75189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75189A; }

 p { color: rgb(117,24,154); }

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

background-color css

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

 a { background-color: rgb(117,24,154); }

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

border-color css

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

 span { border-color: rgb(117,24,154); }

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