Html Css Color HEX #7B258B Vivid Violet

📋 copy color: '#7B258B'

red 123 ◦ green 37 ◦ blue 139

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

Shades of Vivid Violet #7B258B

Tints of Vivid Violet #7B258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.49%

R = 41.14%
G = 12.37%
B = 46.49%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B258B (or 0x7B258B) is known color: Vivid Violet. HEX triplet: 7B, 25 and 8B. RGB value is (123,37,139). Sum of RGB (Red+Green+Blue) = 123+37+139=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B258B is #84DA74. Grayscale: #4A4A4A. Windows color (decimal): -8706677 or 9119099. OLE color: 9119099.

HSL color Cylindrical-coordinate representation of color #7B258B: hue angle of 290.59º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B258B is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 123 37 139 -
CMYK 0.12 0.73 0 0.45
HSL 290.59º 0.58% 0.35% -
HSV(B) 290.59º 0.73% 0.55% -
XYZ 13.49 7.4 25.14 -
YUV 74.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 123 37 139 0.12 0.73 0 0.45 290.59 0.58 0.35
Hex 7B 25 8B C 49 0 2D 123 3A 23
Octal 173 45 213 14 111 0 55 443 72 43
Binary 1111011 100101 10001011 1100 1001001 0 101101 100100011 111010 100011

Color Harmonies of #7B258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B258B

Black with #7B258B

Text Example


Text Example

White with #7B258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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