Html Css Color HEX #75298D Vivid Violet

📋 copy color: '#75298D'

red 117 ◦ green 41 ◦ blue 141

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

Shades of Vivid Violet #75298D

Tints of Vivid Violet #75298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

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

R = 39.13%
G = 13.71%
B = 47.16%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75298D (or 0x75298D) is known color: Vivid Violet. HEX triplet: 75, 29 and 8D. RGB value is (117,41,141). Sum of RGB (Red+Green+Blue) = 117+41+141=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #75298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75298D is #8AD672. Grayscale: #4A4A4A. Windows color (decimal): -9098867 or 9251189. OLE color: 9251189.

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

Color convert

RGB 117 41 141 -
CMYK 0.17 0.71 0 0.45
HSL 285.6º 0.55% 0.36% -
HSV(B) 285.6º 0.71% 0.55% -
XYZ 12.94 7.29 25.92 -
YUV 75.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 117 41 141 0.17 0.71 0 0.45 285.6 0.55 0.36
Hex 75 29 8D 11 47 0 2D 11E 37 24
Octal 165 51 215 21 107 0 55 436 67 44
Binary 1110101 101001 10001101 10001 1000111 0 101101 100011110 110111 100100

Color Harmonies of #75298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75298D

Black with #75298D

Text Example


Text Example

White with #75298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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