Html Css Color HEX #7B2584 Vivid Violet

📋 copy color: '#7B2584'

red 123 ◦ green 37 ◦ blue 132

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

Shades of Vivid Violet #7B2584

Tints of Vivid Violet #7B2584

RGB

 RED value IS 123 (48.44% from 255) = 42.12%

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

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

R = 42.12%
G = 12.67%
B = 45.21%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7B2584 (or 0x7B2584) is known color: Vivid Violet. HEX triplet: 7B, 25 and 84. RGB value is (123,37,132). Sum of RGB (Red+Green+Blue) = 123+37+132=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B2584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2584 is #84DA7B. Grayscale: #494949. Windows color (decimal): -8706684 or 8660347. OLE color: 8660347.

HSL color Cylindrical-coordinate representation of color #7B2584: hue angle of 294.32º 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 #7B2584 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 123 37 132 -
CMYK 0.07 0.72 0 0.48
HSL 294.32º 0.56% 0.33% -
HSV(B) 294.32º 0.72% 0.52% -
XYZ 12.99 7.2 22.53 -
YUV 73.54 160.99 163.28 -
System Red Green Blue C M Y K H S L
Decimal 123 37 132 0.07 0.72 0 0.48 294.32 0.56 0.33
Hex 7B 25 84 7 48 0 30 126 38 21
Octal 173 45 204 7 110 0 60 446 70 41
Binary 1111011 100101 10000100 111 1001000 0 110000 100100110 111000 100001

Color Harmonies of #7B2584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2584

Black with #7B2584

Text Example


Text Example

White with #7B2584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B2584; }

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

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

background-color css

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

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

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

border-color css

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

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

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