Html Css Color HEX #7B036B Purple

📋 copy color: '#7B036B'

red 123 ◦ green 3 ◦ blue 107

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

Shades of Purple #7B036B

Tints of Purple #7B036B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.92%

R = 52.79%
G = 1.29%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7B036B (or 0x7B036B) is known color: Purple. HEX triplet: 7B, 03 and 6B. RGB value is (123,3,107). Sum of RGB (Red+Green+Blue) = 123+3+107=233 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.79% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 123 - color contains mainly: red. Hex color #7B036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B036B is #84FC94. Grayscale: #323232. Windows color (decimal): -8715413 or 7013243. OLE color: 7013243.

HSL color Cylindrical-coordinate representation of color #7B036B: hue angle of 308º degrees, saturation: 0.95, 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 #7B036B is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 3 107 -
CMYK 0 0.98 0.13 0.52
HSL 308º 0.95% 0.25% -
HSV(B) 308º 0.98% 0.48% -
XYZ 10.85 5.34 14.37 -
YUV 50.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 123 3 107 0 0.98 0.13 0.52 308 0.95 0.25
Hex 7B 3 6B 0 62 D 34 134 5F 19
Octal 173 3 153 0 142 15 64 464 137 31
Binary 1111011 11 1101011 0 1100010 1101 110100 100110100 1011111 11001

Color Harmonies of #7B036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B036B

Black with #7B036B

Text Example


Text Example

White with #7B036B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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