Html Css Color HEX #762085 Vivid Violet

📋 copy color: '#762085'

red 118 ◦ green 32 ◦ blue 133

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

Shades of Vivid Violet #762085

Tints of Vivid Violet #762085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 133 (52.34% from 255) = 47%

R = 41.7%
G = 11.31%
B = 47%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#762085 (or 0x762085) is known color: Vivid Violet. HEX triplet: 76, 20 and 85. RGB value is (118,32,133). Sum of RGB (Red+Green+Blue) = 118+32+133=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #762085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762085 is #89DF7A. Grayscale: #444444. Windows color (decimal): -9035643 or 8724598. OLE color: 8724598.

HSL color Cylindrical-coordinate representation of color #762085: hue angle of 291.09º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762085 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 32 133 -
CMYK 0.11 0.76 0 0.48
HSL 291.09º 0.61% 0.32% -
HSV(B) 291.09º 0.76% 0.52% -
XYZ 12.22 6.58 22.82 -
YUV 69.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 118 32 133 0.11 0.76 0 0.48 291.09 0.61 0.32
Hex 76 20 85 B 4C 0 30 123 3D 20
Octal 166 40 205 13 114 0 60 443 75 40
Binary 1110110 100000 10000101 1011 1001100 0 110000 100100011 111101 100000

Color Harmonies of #762085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762085

Black with #762085

Text Example


Text Example

White with #762085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762085; }

 p { color: rgb(118,32,133); }

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

background-color css

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

 a { background-color: rgb(118,32,133); }

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

border-color css

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

 span { border-color: rgb(118,32,133); }

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