Html Css Color HEX #7B0574 Purple

📋 copy color: '#7B0574'

red 123 ◦ green 5 ◦ blue 116

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

Shades of Purple #7B0574

Tints of Purple #7B0574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.05%

 BLUE value IS 116 (45.7% from 255) = 47.54%

R = 50.41%
G = 2.05%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#7B0574 (or 0x7B0574) is known color: Purple. HEX triplet: 7B, 05 and 74. RGB value is (123,5,116). Sum of RGB (Red+Green+Blue) = 123+5+116=244 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.41% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0574 is #84FA8B. Grayscale: #343434. Windows color (decimal): -8714892 or 7603579. OLE color: 7603579.

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

Color convert

RGB 123 5 116 -
CMYK 0 0.96 0.06 0.52
HSL 303.56º 0.92% 0.25% -
HSV(B) 303.56º 0.96% 0.48% -
XYZ 11.38 5.58 17 -
YUV 52.94 163.59 177.97 -
System Red Green Blue C M Y K H S L
Decimal 123 5 116 0 0.96 0.06 0.52 303.56 0.92 0.25
Hex 7B 5 74 0 60 6 34 130 5C 19
Octal 173 5 164 0 140 6 64 460 134 31
Binary 1111011 101 1110100 0 1100000 110 110100 100110000 1011100 11001

Color Harmonies of #7B0574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0574

Black with #7B0574

Text Example


Text Example

White with #7B0574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,5,116); }

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

background-color css

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

 a { background-color: rgb(123,5,116); }

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

border-color css

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

 span { border-color: rgb(123,5,116); }

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