Html Css Color HEX #7B25A6 Vivid Violet

📋 copy color: '#7B25A6'

red 123 ◦ green 37 ◦ blue 166

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

Shades of Vivid Violet #7B25A6

Tints of Vivid Violet #7B25A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.92%

R = 37.73%
G = 11.35%
B = 50.92%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7B25A6 (or 0x7B25A6) is known color: Vivid Violet. HEX triplet: 7B, 25 and A6. RGB value is (123,37,166). Sum of RGB (Red+Green+Blue) = 123+37+166=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 166 (65.23% from 255 or 50.92% from 326); Max value from RGB is 166 - color contains mainly: blue. Hex color #7B25A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B25A6 is #84DA59. Grayscale: #4C4C4C. Windows color (decimal): -8706650 or 10888571. OLE color: 10888571.

HSL color Cylindrical-coordinate representation of color #7B25A6: hue angle of 280º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B25A6 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 37 166 -
CMYK 0.26 0.78 0 0.35
HSL 280º 0.64% 0.4% -
HSV(B) 280º 0.78% 0.65% -
XYZ 15.71 8.29 36.85 -
YUV 77.42 177.99 160.51 -
System Red Green Blue C M Y K H S L
Decimal 123 37 166 0.26 0.78 0 0.35 280 0.64 0.4
Hex 7B 25 A6 1A 4E 0 23 118 40 28
Octal 173 45 246 32 116 0 43 430 100 50
Binary 1111011 100101 10100110 11010 1001110 0 100011 100011000 1000000 101000

Color Harmonies of #7B25A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B25A6

Black with #7B25A6

Text Example


Text Example

White with #7B25A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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