Html Css Color HEX #762286 Vivid Violet

📋 copy color: '#762286'

red 118 ◦ green 34 ◦ blue 134

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

Shades of Vivid Violet #762286

Tints of Vivid Violet #762286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.85%

R = 41.26%
G = 11.89%
B = 46.85%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#762286 (or 0x762286) is known color: Vivid Violet. HEX triplet: 76, 22 and 86. RGB value is (118,34,134). Sum of RGB (Red+Green+Blue) = 118+34+134=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #762286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762286 is #89DD79. Grayscale: #464646. Windows color (decimal): -9035130 or 8790646. OLE color: 8790646.

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

Color convert

RGB 118 34 134 -
CMYK 0.12 0.75 0 0.47
HSL 290.4º 0.6% 0.33% -
HSV(B) 290.4º 0.75% 0.53% -
XYZ 12.35 6.72 23.2 -
YUV 70.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 118 34 134 0.12 0.75 0 0.47 290.4 0.6 0.33
Hex 76 22 86 C 4B 0 2F 122 3C 21
Octal 166 42 206 14 113 0 57 442 74 41
Binary 1110110 100010 10000110 1100 1001011 0 101111 100100010 111100 100001

Color Harmonies of #762286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762286

Black with #762286

Text Example


Text Example

White with #762286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762286; }

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

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

background-color css

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

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

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

border-color css

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

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

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