Html Css Color HEX #7B306F Dark Purple

📋 copy color: '#7B306F'

red 123 ◦ green 48 ◦ blue 111

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

Shades of Dark Purple #7B306F

Tints of Dark Purple #7B306F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.02%

 BLUE value IS 111 (43.75% from 255) = 39.36%

R = 43.62%
G = 17.02%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7B306F (or 0x7B306F) is known color: Dark Purple. HEX triplet: 7B, 30 and 6F. RGB value is (123,48,111). Sum of RGB (Red+Green+Blue) = 123+48+111=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 123 - color contains mainly: red. Hex color #7B306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B306F is #84CF90. Grayscale: #4D4D4D. Windows color (decimal): -8703889 or 7286907. OLE color: 7286907.

HSL color Cylindrical-coordinate representation of color #7B306F: hue angle of 309.6º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B306F is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 48 111 -
CMYK 0 0.61 0.10 0.52
HSL 309.6º 0.44% 0.34% -
HSV(B) 309.6º 0.61% 0.48% -
XYZ 12.09 7.47 15.84 -
YUV 77.61 146.85 160.38 -
System Red Green Blue C M Y K H S L
Decimal 123 48 111 0 0.61 0.10 0.52 309.6 0.44 0.34
Hex 7B 30 6F 0 3D A 34 136 2C 22
Octal 173 60 157 0 75 12 64 466 54 42
Binary 1111011 110000 1101111 0 111101 1010 110100 100110110 101100 100010

Color Harmonies of #7B306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B306F

Black with #7B306F

Text Example


Text Example

White with #7B306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,48,111); }

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

background-color css

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

 a { background-color: rgb(123,48,111); }

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

border-color css

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

 span { border-color: rgb(123,48,111); }

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