Html Css Color HEX #7B024B Tyrian Purple

📋 copy color: '#7B024B'

red 123 ◦ green 2 ◦ blue 75

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

Shades of Tyrian Purple #7B024B

Tints of Tyrian Purple #7B024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 75 (29.69% from 255) = 37.5%

R = 61.5%
G = 1%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#7B024B (or 0x7B024B) is known color: Tyrian Purple. HEX triplet: 7B, 02 and 4B. RGB value is (123,2,75). Sum of RGB (Red+Green+Blue) = 123+2+75=200 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 123 - color contains mainly: red. Hex color #7B024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B024B is #84FDB4. Grayscale: #2E2E2E. Windows color (decimal): -8715701 or 4915835. OLE color: 4915835.

HSL color Cylindrical-coordinate representation of color #7B024B: hue angle of 323.8º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B024B is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 2 75 -
CMYK 0 0.98 0.39 0.52
HSL 323.8º 0.97% 0.25% -
HSV(B) 323.8º 0.98% 0.48% -
XYZ 9.46 4.76 7.08 -
YUV 46.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 123 2 75 0 0.98 0.39 0.52 323.8 0.97 0.25
Hex 7B 2 4B 0 62 27 34 144 61 19
Octal 173 2 113 0 142 47 64 504 141 31
Binary 1111011 10 1001011 0 1100010 100111 110100 101000100 1100001 11001

Color Harmonies of #7B024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B024B

Black with #7B024B

Text Example


Text Example

White with #7B024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,2,75); }

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

background-color css

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

 a { background-color: rgb(123,2,75); }

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

border-color css

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

 span { border-color: rgb(123,2,75); }

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