Html Css Color HEX #762782 Vivid Violet

📋 copy color: '#762782'

red 118 ◦ green 39 ◦ blue 130

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

Shades of Vivid Violet #762782

Tints of Vivid Violet #762782

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.59%

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

R = 41.11%
G = 13.59%
B = 45.3%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#762782 (or 0x762782) is known color: Vivid Violet. HEX triplet: 76, 27 and 82. RGB value is (118,39,130). Sum of RGB (Red+Green+Blue) = 118+39+130=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #762782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762782 is #89D87D. Grayscale: #484848. Windows color (decimal): -9033854 or 8529782. OLE color: 8529782.

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

Color convert

RGB 118 39 130 -
CMYK 0.09 0.70 0 0.49
HSL 292.09º 0.54% 0.33% -
HSV(B) 292.09º 0.7% 0.51% -
XYZ 12.23 6.91 21.81 -
YUV 73 160.17 160.1 -
System Red Green Blue C M Y K H S L
Decimal 118 39 130 0.09 0.70 0 0.49 292.09 0.54 0.33
Hex 76 27 82 9 46 0 31 124 36 21
Octal 166 47 202 11 106 0 61 444 66 41
Binary 1110110 100111 10000010 1001 1000110 0 110001 100100100 110110 100001

Color Harmonies of #762782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762782

Black with #762782

Text Example


Text Example

White with #762782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762782; }

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

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

background-color css

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

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

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

border-color css

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

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

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