Html Css Color HEX #762289 Vivid Violet

📋 copy color: '#762289'

red 118 ◦ green 34 ◦ blue 137

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

Shades of Vivid Violet #762289

Tints of Vivid Violet #762289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.76%

 BLUE value IS 137 (53.91% from 255) = 47.4%

R = 40.83%
G = 11.76%
B = 47.4%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#762289 (or 0x762289) is known color: Vivid Violet. HEX triplet: 76, 22 and 89. RGB value is (118,34,137). Sum of RGB (Red+Green+Blue) = 118+34+137=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #762289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762289 is #89DD76. Grayscale: #464646. Windows color (decimal): -9035127 or 8987254. OLE color: 8987254.

HSL color Cylindrical-coordinate representation of color #762289: hue angle of 288.93º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762289 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 34 137 -
CMYK 0.14 0.75 0 0.46
HSL 288.93º 0.6% 0.34% -
HSV(B) 288.93º 0.75% 0.54% -
XYZ 12.56 6.8 24.32 -
YUV 70.86 165.33 161.62 -
System Red Green Blue C M Y K H S L
Decimal 118 34 137 0.14 0.75 0 0.46 288.93 0.6 0.34
Hex 76 22 89 E 4B 0 2E 121 3C 22
Octal 166 42 211 16 113 0 56 441 74 42
Binary 1110110 100010 10001001 1110 1001011 0 101110 100100001 111100 100010

Color Harmonies of #762289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762289

Black with #762289

Text Example


Text Example

White with #762289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762289; }

 p { color: rgb(118,34,137); }

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

background-color css

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

 a { background-color: rgb(118,34,137); }

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

border-color css

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

 span { border-color: rgb(118,34,137); }

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