Html Css Color HEX #762188 Vivid Violet

📋 copy color: '#762188'

red 118 ◦ green 33 ◦ blue 136

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

Shades of Vivid Violet #762188

Tints of Vivid Violet #762188

RGB

 RED value IS 118 (46.48% from 255) = 41.11%

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

 BLUE value IS 136 (53.52% from 255) = 47.39%

R = 41.11%
G = 11.5%
B = 47.39%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#762188 (or 0x762188) is known color: Vivid Violet. HEX triplet: 76, 21 and 88. RGB value is (118,33,136). Sum of RGB (Red+Green+Blue) = 118+33+136=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #762188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762188 is #89DE77. Grayscale: #454545. Windows color (decimal): -9035384 or 8921462. OLE color: 8921462.

HSL color Cylindrical-coordinate representation of color #762188: hue angle of 289.51º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762188 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 33 136 -
CMYK 0.13 0.76 0 0.47
HSL 289.51º 0.61% 0.33% -
HSV(B) 289.51º 0.76% 0.53% -
XYZ 12.46 6.72 23.93 -
YUV 70.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 118 33 136 0.13 0.76 0 0.47 289.51 0.61 0.33
Hex 76 21 88 D 4C 0 2F 122 3D 21
Octal 166 41 210 15 114 0 57 442 75 41
Binary 1110110 100001 10001000 1101 1001100 0 101111 100100010 111101 100001

Color Harmonies of #762188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762188

Black with #762188

Text Example


Text Example

White with #762188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762188; }

 p { color: rgb(118,33,136); }

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

background-color css

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

 a { background-color: rgb(118,33,136); }

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

border-color css

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

 span { border-color: rgb(118,33,136); }

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