Html Css Color HEX #75188D Vivid Violet

📋 copy color: '#75188D'

red 117 ◦ green 24 ◦ blue 141

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

Shades of Vivid Violet #75188D

Tints of Vivid Violet #75188D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50%

R = 41.49%
G = 8.51%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75188D (or 0x75188D) is known color: Vivid Violet. HEX triplet: 75, 18 and 8D. RGB value is (117,24,141). Sum of RGB (Red+Green+Blue) = 117+24+141=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #75188D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75188D is #8AE772. Grayscale: #404040. Windows color (decimal): -9103219 or 9246837. OLE color: 9246837.

HSL color Cylindrical-coordinate representation of color #75188D: hue angle of 287.69º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75188D is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 24 141 -
CMYK 0.17 0.83 0 0.45
HSL 287.69º 0.71% 0.32% -
HSV(B) 287.69º 0.83% 0.55% -
XYZ 12.47 6.36 25.77 -
YUV 65.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 117 24 141 0.17 0.83 0 0.45 287.69 0.71 0.32
Hex 75 18 8D 11 53 0 2D 120 47 20
Octal 165 30 215 21 123 0 55 440 107 40
Binary 1110101 11000 10001101 10001 1010011 0 101101 100100000 1000111 100000

Color Harmonies of #75188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75188D

Black with #75188D

Text Example


Text Example

White with #75188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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