Html Css Color HEX #75218C Vivid Violet

📋 copy color: '#75218C'

red 117 ◦ green 33 ◦ blue 140

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

Shades of Vivid Violet #75218C

Tints of Vivid Violet #75218C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.38%

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

R = 40.34%
G = 11.38%
B = 48.28%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75218C (or 0x75218C) is known color: Vivid Violet. HEX triplet: 75, 21 and 8C. RGB value is (117,33,140). Sum of RGB (Red+Green+Blue) = 117+33+140=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #75218C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75218C is #8ADE73. Grayscale: #454545. Windows color (decimal): -9100916 or 9183605. OLE color: 9183605.

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

Color convert

RGB 117 33 140 -
CMYK 0.16 0.76 0 0.45
HSL 287.1º 0.62% 0.34% -
HSV(B) 287.1º 0.76% 0.55% -
XYZ 12.61 6.76 25.45 -
YUV 70.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 117 33 140 0.16 0.76 0 0.45 287.1 0.62 0.34
Hex 75 21 8C 10 4C 0 2D 11F 3E 22
Octal 165 41 214 20 114 0 55 437 76 42
Binary 1110101 100001 10001100 10000 1001100 0 101101 100011111 111110 100010

Color Harmonies of #75218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75218C

Black with #75218C

Text Example


Text Example

White with #75218C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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