Html Css Color HEX #762584 Vivid Violet

📋 copy color: '#762584'

red 118 ◦ green 37 ◦ blue 132

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

Shades of Vivid Violet #762584

Tints of Vivid Violet #762584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

 BLUE value IS 132 (51.95% from 255) = 45.99%

R = 41.11%
G = 12.89%
B = 45.99%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#762584 (or 0x762584) is known color: Vivid Violet. HEX triplet: 76, 25 and 84. RGB value is (118,37,132). Sum of RGB (Red+Green+Blue) = 118+37+132=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #762584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762584 is #89DA7B. Grayscale: #474747. Windows color (decimal): -9034364 or 8660342. OLE color: 8660342.

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

Color convert

RGB 118 37 132 -
CMYK 0.11 0.72 0 0.48
HSL 291.16º 0.56% 0.33% -
HSV(B) 291.16º 0.72% 0.52% -
XYZ 12.3 6.84 22.5 -
YUV 72.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 118 37 132 0.11 0.72 0 0.48 291.16 0.56 0.33
Hex 76 25 84 B 48 0 30 123 38 21
Octal 166 45 204 13 110 0 60 443 70 41
Binary 1110110 100101 10000100 1011 1001000 0 110000 100100011 111000 100001

Color Harmonies of #762584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762584

Black with #762584

Text Example


Text Example

White with #762584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762584; }

 p { color: rgb(118,37,132); }

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

background-color css

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

 a { background-color: rgb(118,37,132); }

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

border-color css

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

 span { border-color: rgb(118,37,132); }

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