Html Css Color HEX #7B006B Purple

📋 copy color: '#7B006B'

red 123 ◦ green 0 ◦ blue 107

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

Shades of Purple #7B006B

Tints of Purple #7B006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.48%
G = 0%
B = 46.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7B006B (or 0x7B006B) is known color: Purple. HEX triplet: 7B, 00 and 6B. RGB value is (123,0,107). Sum of RGB (Red+Green+Blue) = 123+0+107=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B006B is #84FF94. Grayscale: #303030. Windows color (decimal): -8716181 or 7012475. OLE color: 7012475.

HSL color Cylindrical-coordinate representation of color #7B006B: hue angle of 307.8º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B006B is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 0 107 -
CMYK 0 1 0.13 0.52
HSL 307.8º 1% 0.24% -
HSV(B) 307.8º 1% 0.48% -
XYZ 10.82 5.27 14.36 -
YUV 48.98 160.75 180.8 -
System Red Green Blue C M Y K H S L
Decimal 123 0 107 0 1 0.13 0.52 307.8 1 0.24
Hex 7B 0 6B 0 64 D 34 134 64 18
Octal 173 0 153 0 144 15 64 464 144 30
Binary 1111011 0 1101011 0 1100100 1101 110100 100110100 1100100 11000

Color Harmonies of #7B006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B006B

Black with #7B006B

Text Example


Text Example

White with #7B006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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