Html Css Color HEX #7B0C84 Purple

📋 copy color: '#7B0C84'

red 123 ◦ green 12 ◦ blue 132

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

Shades of Purple #7B0C84

Tints of Purple #7B0C84

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.49%

 BLUE value IS 132 (51.95% from 255) = 49.44%

R = 46.07%
G = 4.49%
B = 49.44%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7B0C84 (or 0x7B0C84) is known color: Purple. HEX triplet: 7B, 0C and 84. RGB value is (123,12,132). Sum of RGB (Red+Green+Blue) = 123+12+132=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B0C84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0C84 is #84F37B. Grayscale: #3A3A3A. Windows color (decimal): -8713084 or 8653947. OLE color: 8653947.

HSL color Cylindrical-coordinate representation of color #7B0C84: hue angle of 295.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0C84 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 123 12 132 -
CMYK 0.07 0.91 0 0.48
HSL 295.5º 0.83% 0.28% -
HSV(B) 295.5º 0.91% 0.52% -
XYZ 12.46 6.14 22.36 -
YUV 58.87 169.27 173.74 -
System Red Green Blue C M Y K H S L
Decimal 123 12 132 0.07 0.91 0 0.48 295.5 0.83 0.28
Hex 7B C 84 7 5B 0 30 128 53 1C
Octal 173 14 204 7 133 0 60 450 123 34
Binary 1111011 1100 10000100 111 1011011 0 110000 100101000 1010011 11100

Color Harmonies of #7B0C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0C84

Black with #7B0C84

Text Example


Text Example

White with #7B0C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,12,132); }

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

background-color css

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

 a { background-color: rgb(123,12,132); }

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

border-color css

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

 span { border-color: rgb(123,12,132); }

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