Html Css Color HEX #75368C Vivid Violet

📋 copy color: '#75368C'

red 117 ◦ green 54 ◦ blue 140

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

Shades of Vivid Violet #75368C

Tints of Vivid Violet #75368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.36%

 BLUE value IS 140 (55.08% from 255) = 45.02%

R = 37.62%
G = 17.36%
B = 45.02%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75368C (or 0x75368C) is known color: Vivid Violet. HEX triplet: 75, 36 and 8C. RGB value is (117,54,140). Sum of RGB (Red+Green+Blue) = 117+54+140=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #75368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75368C is #8AC973. Grayscale: #525252. Windows color (decimal): -9095540 or 9188981. OLE color: 9188981.

HSL color Cylindrical-coordinate representation of color #75368C: hue angle of 283.95º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75368C is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 54 140 -
CMYK 0.16 0.61 0 0.45
HSL 283.95º 0.44% 0.38% -
HSV(B) 283.95º 0.61% 0.55% -
XYZ 13.39 8.31 25.71 -
YUV 82.64 160.37 152.51 -
System Red Green Blue C M Y K H S L
Decimal 117 54 140 0.16 0.61 0 0.45 283.95 0.44 0.38
Hex 75 36 8C 10 3D 0 2D 11C 2C 26
Octal 165 66 214 20 75 0 55 434 54 46
Binary 1110101 110110 10001100 10000 111101 0 101101 100011100 101100 100110

Color Harmonies of #75368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75368C

Black with #75368C

Text Example


Text Example

White with #75368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,54,140); }

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

background-color css

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

 a { background-color: rgb(117,54,140); }

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

border-color css

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

 span { border-color: rgb(117,54,140); }

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