Html Css Color HEX #75238B Vivid Violet

📋 copy color: '#75238B'

red 117 ◦ green 35 ◦ blue 139

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

Shades of Vivid Violet #75238B

Tints of Vivid Violet #75238B

RGB

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

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

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

R = 40.21%
G = 12.03%
B = 47.77%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75238B (or 0x75238B) is known color: Vivid Violet. HEX triplet: 75, 23 and 8B. RGB value is (117,35,139). Sum of RGB (Red+Green+Blue) = 117+35+139=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #75238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75238B is #8ADC74. Grayscale: #474747. Windows color (decimal): -9100405 or 9118581. OLE color: 9118581.

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

Color convert

RGB 117 35 139 -
CMYK 0.16 0.75 0 0.45
HSL 287.31º 0.6% 0.34% -
HSV(B) 287.31º 0.75% 0.55% -
XYZ 12.6 6.85 25.08 -
YUV 71.37 166.17 160.54 -
System Red Green Blue C M Y K H S L
Decimal 117 35 139 0.16 0.75 0 0.45 287.31 0.6 0.34
Hex 75 23 8B 10 4B 0 2D 11F 3C 22
Octal 165 43 213 20 113 0 55 437 74 42
Binary 1110101 100011 10001011 10000 1001011 0 101101 100011111 111100 100010

Color Harmonies of #75238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75238B

Black with #75238B

Text Example


Text Example

White with #75238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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