Html Css Color HEX #75338C Vivid Violet

📋 copy color: '#75338C'

red 117 ◦ green 51 ◦ blue 140

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

Shades of Vivid Violet #75338C

Tints of Vivid Violet #75338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

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

R = 37.99%
G = 16.56%
B = 45.45%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75338C (or 0x75338C) is known color: Vivid Violet. HEX triplet: 75, 33 and 8C. RGB value is (117,51,140). Sum of RGB (Red+Green+Blue) = 117+51+140=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #75338C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75338C is #8ACC73. Grayscale: #505050. Windows color (decimal): -9096308 or 9188213. OLE color: 9188213.

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

Color convert

RGB 117 51 140 -
CMYK 0.16 0.64 0 0.45
HSL 284.49º 0.47% 0.37% -
HSV(B) 284.49º 0.64% 0.55% -
XYZ 13.25 8.04 25.66 -
YUV 80.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 117 51 140 0.16 0.64 0 0.45 284.49 0.47 0.37
Hex 75 33 8C 10 40 0 2D 11C 2F 25
Octal 165 63 214 20 100 0 55 434 57 45
Binary 1110101 110011 10001100 10000 1000000 0 101101 100011100 101111 100101

Color Harmonies of #75338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75338C

Black with #75338C

Text Example


Text Example

White with #75338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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