Html Css Color HEX #75189B Vivid Violet

📋 copy color: '#75189B'

red 117 ◦ green 24 ◦ blue 155

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

Shades of Vivid Violet #75189B

Tints of Vivid Violet #75189B

RGB

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

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

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

R = 39.53%
G = 8.11%
B = 52.36%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75189B (or 0x75189B) is known color: Vivid Violet. HEX triplet: 75, 18 and 9B. RGB value is (117,24,155). Sum of RGB (Red+Green+Blue) = 117+24+155=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #75189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75189B is #8AE764. Grayscale: #424242. Windows color (decimal): -9103205 or 10164341. OLE color: 10164341.

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

Color convert

RGB 117 24 155 -
CMYK 0.25 0.85 0 0.39
HSL 282.6º 0.73% 0.35% -
HSV(B) 282.6º 0.85% 0.61% -
XYZ 13.58 6.8 31.61 -
YUV 66.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 117 24 155 0.25 0.85 0 0.39 282.6 0.73 0.35
Hex 75 18 9B 19 55 0 27 11B 49 23
Octal 165 30 233 31 125 0 47 433 111 43
Binary 1110101 11000 10011011 11001 1010101 0 100111 100011011 1001001 100011

Color Harmonies of #75189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75189B

Black with #75189B

Text Example


Text Example

White with #75189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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