Html Css Color HEX #75239C Vivid Violet

📋 copy color: '#75239C'

red 117 ◦ green 35 ◦ blue 156

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

Shades of Vivid Violet #75239C

Tints of Vivid Violet #75239C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.65%

R = 37.99%
G = 11.36%
B = 50.65%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75239C (or 0x75239C) is known color: Vivid Violet. HEX triplet: 75, 23 and 9C. RGB value is (117,35,156). Sum of RGB (Red+Green+Blue) = 117+35+156=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #75239C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75239C is #8ADC63. Grayscale: #484848. Windows color (decimal): -9100388 or 10232693. OLE color: 10232693.

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

Color convert

RGB 117 35 156 -
CMYK 0.25 0.78 0 0.39
HSL 280.66º 0.63% 0.37% -
HSV(B) 280.66º 0.78% 0.61% -
XYZ 13.94 7.38 32.14 -
YUV 73.31 174.67 159.16 -
System Red Green Blue C M Y K H S L
Decimal 117 35 156 0.25 0.78 0 0.39 280.66 0.63 0.37
Hex 75 23 9C 19 4E 0 27 119 3F 25
Octal 165 43 234 31 116 0 47 431 77 45
Binary 1110101 100011 10011100 11001 1001110 0 100111 100011001 111111 100101

Color Harmonies of #75239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75239C

Black with #75239C

Text Example


Text Example

White with #75239C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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