Html Css Color HEX #75338D Vivid Violet

📋 copy color: '#75338D'

red 117 ◦ green 51 ◦ blue 141

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

Shades of Vivid Violet #75338D

Tints of Vivid Violet #75338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.63%

R = 37.86%
G = 16.5%
B = 45.63%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75338D (or 0x75338D) is known color: Vivid Violet. HEX triplet: 75, 33 and 8D. RGB value is (117,51,141). Sum of RGB (Red+Green+Blue) = 117+51+141=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #75338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75338D is #8ACC72. Grayscale: #505050. Windows color (decimal): -9096307 or 9253749. OLE color: 9253749.

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

Color convert

RGB 117 51 141 -
CMYK 0.17 0.64 0 0.45
HSL 284º 0.47% 0.38% -
HSV(B) 284º 0.64% 0.55% -
XYZ 13.33 8.07 26.06 -
YUV 80.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 117 51 141 0.17 0.64 0 0.45 284 0.47 0.38
Hex 75 33 8D 11 40 0 2D 11C 2F 26
Octal 165 63 215 21 100 0 55 434 57 46
Binary 1110101 110011 10001101 10001 1000000 0 101101 100011100 101111 100110

Color Harmonies of #75338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75338D

Black with #75338D

Text Example


Text Example

White with #75338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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