Html Css Color HEX #7B0F5E Palatinate Purple

📋 copy color: '#7B0F5E'

red 123 ◦ green 15 ◦ blue 94

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

Shades of Palatinate Purple #7B0F5E

Tints of Palatinate Purple #7B0F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.47%

 BLUE value IS 94 (37.11% from 255) = 40.52%

R = 53.02%
G = 6.47%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7B0F5E (or 0x7B0F5E) is known color: Palatinate Purple. HEX triplet: 7B, 0F and 5E. RGB value is (123,15,94). Sum of RGB (Red+Green+Blue) = 123+15+94=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0F5E is #84F0A1. Grayscale: #383838. Windows color (decimal): -8712354 or 6164347. OLE color: 6164347.

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

Color convert

RGB 123 15 94 -
CMYK 0 0.88 0.24 0.52
HSL 316.11º 0.78% 0.27% -
HSV(B) 316.11º 0.88% 0.48% -
XYZ 10.36 5.36 11.08 -
YUV 56.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 123 15 94 0 0.88 0.24 0.52 316.11 0.78 0.27
Hex 7B F 5E 0 58 18 34 13C 4E 1B
Octal 173 17 136 0 130 30 64 474 116 33
Binary 1111011 1111 1011110 0 1011000 11000 110100 100111100 1001110 11011

Color Harmonies of #7B0F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0F5E

Black with #7B0F5E

Text Example


Text Example

White with #7B0F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,15,94); }

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

background-color css

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

 a { background-color: rgb(123,15,94); }

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

border-color css

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

 span { border-color: rgb(123,15,94); }

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