Html Css Color HEX #75198B Vivid Violet

📋 copy color: '#75198B'

red 117 ◦ green 25 ◦ blue 139

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

Shades of Vivid Violet #75198B

Tints of Vivid Violet #75198B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.9%

 BLUE value IS 139 (54.69% from 255) = 49.47%

R = 41.64%
G = 8.9%
B = 49.47%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75198B (or 0x75198B) is known color: Vivid Violet. HEX triplet: 75, 19 and 8B. RGB value is (117,25,139). Sum of RGB (Red+Green+Blue) = 117+25+139=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #75198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75198B is #8AE674. Grayscale: #414141. Windows color (decimal): -9102965 or 9116021. OLE color: 9116021.

HSL color Cylindrical-coordinate representation of color #75198B: hue angle of 288.42º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75198B is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 25 139 -
CMYK 0.16 0.82 0 0.45
HSL 288.42º 0.7% 0.32% -
HSV(B) 288.42º 0.82% 0.55% -
XYZ 12.34 6.34 25 -
YUV 65.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 117 25 139 0.16 0.82 0 0.45 288.42 0.7 0.32
Hex 75 19 8B 10 52 0 2D 120 46 20
Octal 165 31 213 20 122 0 55 440 106 40
Binary 1110101 11001 10001011 10000 1010010 0 101101 100100000 1000110 100000

Color Harmonies of #75198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75198B

Black with #75198B

Text Example


Text Example

White with #75198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,25,139); }

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

background-color css

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

 a { background-color: rgb(117,25,139); }

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

border-color css

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

 span { border-color: rgb(117,25,139); }

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