Html Css Color HEX #7B26AA Vivid Violet

📋 copy color: '#7B26AA'

red 123 ◦ green 38 ◦ blue 170

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

Shades of Vivid Violet #7B26AA

Tints of Vivid Violet #7B26AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 37.16%
G = 11.48%
B = 51.36%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B26AA (or 0x7B26AA) is known color: Vivid Violet. HEX triplet: 7B, 26 and AA. RGB value is (123,38,170). Sum of RGB (Red+Green+Blue) = 123+38+170=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B26AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B26AA is #84D955. Grayscale: #4E4E4E. Windows color (decimal): -8706390 or 11150971. OLE color: 11150971.

HSL color Cylindrical-coordinate representation of color #7B26AA: hue angle of 278.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B26AA is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 38 170 -
CMYK 0.28 0.78 0 0.33
HSL 278.64º 0.63% 0.41% -
HSV(B) 278.64º 0.78% 0.67% -
XYZ 16.12 8.5 38.82 -
YUV 78.46 179.66 159.77 -
System Red Green Blue C M Y K H S L
Decimal 123 38 170 0.28 0.78 0 0.33 278.64 0.63 0.41
Hex 7B 26 AA 1C 4E 0 21 117 3F 29
Octal 173 46 252 34 116 0 41 427 77 51
Binary 1111011 100110 10101010 11100 1001110 0 100001 100010111 111111 101001

Color Harmonies of #7B26AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B26AA

Black with #7B26AA

Text Example


Text Example

White with #7B26AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,38,170); }

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

background-color css

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

 a { background-color: rgb(123,38,170); }

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

border-color css

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

 span { border-color: rgb(123,38,170); }

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