Html Css Color HEX #75189D Vivid Violet

📋 copy color: '#75189D'

red 117 ◦ green 24 ◦ blue 157

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

Shades of Vivid Violet #75189D

Tints of Vivid Violet #75189D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.68%

R = 39.26%
G = 8.05%
B = 52.68%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75189D (or 0x75189D) is known color: Vivid Violet. HEX triplet: 75, 18 and 9D. RGB value is (117,24,157). Sum of RGB (Red+Green+Blue) = 117+24+157=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #75189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75189D is #8AE762. Grayscale: #424242. Windows color (decimal): -9103203 or 10295413. OLE color: 10295413.

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

Color convert

RGB 117 24 157 -
CMYK 0.25 0.85 0 0.38
HSL 281.95º 0.73% 0.35% -
HSV(B) 281.95º 0.85% 0.62% -
XYZ 13.75 6.87 32.5 -
YUV 66.97 178.81 163.69 -
System Red Green Blue C M Y K H S L
Decimal 117 24 157 0.25 0.85 0 0.38 281.95 0.73 0.35
Hex 75 18 9D 19 55 0 26 11A 49 23
Octal 165 30 235 31 125 0 46 432 111 43
Binary 1110101 11000 10011101 11001 1010101 0 100110 100011010 1001001 100011

Color Harmonies of #75189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75189D

Black with #75189D

Text Example


Text Example

White with #75189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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