Html Css Color HEX #7B038E Purple

📋 copy color: '#7B038E'

red 123 ◦ green 3 ◦ blue 142

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

Shades of Purple #7B038E

Tints of Purple #7B038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 142 (55.86% from 255) = 52.99%

R = 45.9%
G = 1.12%
B = 52.99%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7B038E (or 0x7B038E) is known color: Purple. HEX triplet: 7B, 03 and 8E. RGB value is (123,3,142). Sum of RGB (Red+Green+Blue) = 123+3+142=268 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.90% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B038E is #84FC71. Grayscale: #363636. Windows color (decimal): -8715378 or 9307003. OLE color: 9307003.

HSL color Cylindrical-coordinate representation of color #7B038E: hue angle of 291.8º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B038E is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 123 3 142 -
CMYK 0.13 0.98 0 0.44
HSL 291.8º 0.96% 0.28% -
HSV(B) 291.8º 0.98% 0.56% -
XYZ 13.08 6.23 26.1 -
YUV 54.73 177.26 176.7 -
System Red Green Blue C M Y K H S L
Decimal 123 3 142 0.13 0.98 0 0.44 291.8 0.96 0.28
Hex 7B 3 8E D 62 0 2C 124 60 1C
Octal 173 3 216 15 142 0 54 444 140 34
Binary 1111011 11 10001110 1101 1100010 0 101100 100100100 1100000 11100

Color Harmonies of #7B038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B038E

Black with #7B038E

Text Example


Text Example

White with #7B038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,3,142); }

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

background-color css

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

 a { background-color: rgb(123,3,142); }

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

border-color css

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

 span { border-color: rgb(123,3,142); }

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