Html Css Color HEX #762682 Vivid Violet

📋 copy color: '#762682'

red 118 ◦ green 38 ◦ blue 130

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

Shades of Vivid Violet #762682

Tints of Vivid Violet #762682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.29%

 BLUE value IS 130 (51.17% from 255) = 45.45%

R = 41.26%
G = 13.29%
B = 45.45%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#762682 (or 0x762682) is known color: Vivid Violet. HEX triplet: 76, 26 and 82. RGB value is (118,38,130). Sum of RGB (Red+Green+Blue) = 118+38+130=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #762682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762682 is #89D97D. Grayscale: #484848. Windows color (decimal): -9034110 or 8529526. OLE color: 8529526.

HSL color Cylindrical-coordinate representation of color #762682: hue angle of 292.17º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #762682 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 38 130 -
CMYK 0.09 0.71 0 0.49
HSL 292.17º 0.55% 0.33% -
HSV(B) 292.17º 0.71% 0.51% -
XYZ 12.19 6.85 21.8 -
YUV 72.41 160.5 160.52 -
System Red Green Blue C M Y K H S L
Decimal 118 38 130 0.09 0.71 0 0.49 292.17 0.55 0.33
Hex 76 26 82 9 47 0 31 124 37 21
Octal 166 46 202 11 107 0 61 444 67 41
Binary 1110110 100110 10000010 1001 1000111 0 110001 100100100 110111 100001

Color Harmonies of #762682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762682

Black with #762682

Text Example


Text Example

White with #762682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762682; }

 p { color: rgb(118,38,130); }

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

background-color css

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

 a { background-color: rgb(118,38,130); }

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

border-color css

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

 span { border-color: rgb(118,38,130); }

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