Html Css Color HEX #75238D Vivid Violet

📋 copy color: '#75238D'

red 117 ◦ green 35 ◦ blue 141

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

Shades of Vivid Violet #75238D

Tints of Vivid Violet #75238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.95%

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

R = 39.93%
G = 11.95%
B = 48.12%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75238D (or 0x75238D) is known color: Vivid Violet. HEX triplet: 75, 23 and 8D. RGB value is (117,35,141). Sum of RGB (Red+Green+Blue) = 117+35+141=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #75238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75238D is #8ADC72. Grayscale: #474747. Windows color (decimal): -9100403 or 9249653. OLE color: 9249653.

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

Color convert

RGB 117 35 141 -
CMYK 0.17 0.75 0 0.45
HSL 286.42º 0.6% 0.35% -
HSV(B) 286.42º 0.75% 0.55% -
XYZ 12.74 6.91 25.86 -
YUV 71.6 167.17 160.38 -
System Red Green Blue C M Y K H S L
Decimal 117 35 141 0.17 0.75 0 0.45 286.42 0.6 0.35
Hex 75 23 8D 11 4B 0 2D 11E 3C 23
Octal 165 43 215 21 113 0 55 436 74 43
Binary 1110101 100011 10001101 10001 1001011 0 101101 100011110 111100 100011

Color Harmonies of #75238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75238D

Black with #75238D

Text Example


Text Example

White with #75238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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