Html Css Color HEX #75299D Vivid Violet

📋 copy color: '#75299D'

red 117 ◦ green 41 ◦ blue 157

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

Shades of Vivid Violet #75299D

Tints of Vivid Violet #75299D

RGB

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

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

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

R = 37.14%
G = 13.02%
B = 49.84%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75299D (or 0x75299D) is known color: Vivid Violet. HEX triplet: 75, 29 and 9D. RGB value is (117,41,157). Sum of RGB (Red+Green+Blue) = 117+41+157=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #75299D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75299D is #8AD662. Grayscale: #4C4C4C. Windows color (decimal): -9098851 or 10299765. OLE color: 10299765.

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

Color convert

RGB 117 41 157 -
CMYK 0.25 0.74 0 0.38
HSL 279.31º 0.59% 0.39% -
HSV(B) 279.31º 0.74% 0.62% -
XYZ 14.21 7.8 32.66 -
YUV 76.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 117 41 157 0.25 0.74 0 0.38 279.31 0.59 0.39
Hex 75 29 9D 19 4A 0 26 117 3B 27
Octal 165 51 235 31 112 0 46 427 73 47
Binary 1110101 101001 10011101 11001 1001010 0 100110 100010111 111011 100111

Color Harmonies of #75299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75299D

Black with #75299D

Text Example


Text Example

White with #75299D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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