Html Css Color HEX #75239B Vivid Violet

📋 copy color: '#75239B'

red 117 ◦ green 35 ◦ blue 155

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

Shades of Vivid Violet #75239B

Tints of Vivid Violet #75239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.49%

R = 38.11%
G = 11.4%
B = 50.49%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75239B (or 0x75239B) is known color: Vivid Violet. HEX triplet: 75, 23 and 9B. RGB value is (117,35,155). Sum of RGB (Red+Green+Blue) = 117+35+155=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #75239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75239B is #8ADC64. Grayscale: #484848. Windows color (decimal): -9100389 or 10167157. OLE color: 10167157.

HSL color Cylindrical-coordinate representation of color #75239B: hue angle of 281º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75239B is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 35 155 -
CMYK 0.25 0.77 0 0.39
HSL 281º 0.63% 0.37% -
HSV(B) 281º 0.77% 0.61% -
XYZ 13.85 7.35 31.7 -
YUV 73.2 174.17 159.24 -
System Red Green Blue C M Y K H S L
Decimal 117 35 155 0.25 0.77 0 0.39 281 0.63 0.37
Hex 75 23 9B 19 4D 0 27 119 3F 25
Octal 165 43 233 31 115 0 47 431 77 45
Binary 1110101 100011 10011011 11001 1001101 0 100111 100011001 111111 100101

Color Harmonies of #75239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75239B

Black with #75239B

Text Example


Text Example

White with #75239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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