Html Css Color HEX #7B2368 Dark Purple

📋 copy color: '#7B2368'

red 123 ◦ green 35 ◦ blue 104

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

Shades of Dark Purple #7B2368

Tints of Dark Purple #7B2368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.36%

 BLUE value IS 104 (41.02% from 255) = 39.69%

R = 46.95%
G = 13.36%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7B2368 (or 0x7B2368) is known color: Dark Purple. HEX triplet: 7B, 23 and 68. RGB value is (123,35,104). Sum of RGB (Red+Green+Blue) = 123+35+104=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2368 is #84DC97. Grayscale: #444444. Windows color (decimal): -8707224 or 6824827. OLE color: 6824827.

HSL color Cylindrical-coordinate representation of color #7B2368: hue angle of 312.95º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B2368 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 35 104 -
CMYK 0 0.72 0.15 0.52
HSL 312.95º 0.56% 0.31% -
HSV(B) 312.95º 0.72% 0.48% -
XYZ 11.27 6.41 13.74 -
YUV 69.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 123 35 104 0 0.72 0.15 0.52 312.95 0.56 0.31
Hex 7B 23 68 0 48 F 34 139 38 1F
Octal 173 43 150 0 110 17 64 471 70 37
Binary 1111011 100011 1101000 0 1001000 1111 110100 100111001 111000 11111

Color Harmonies of #7B2368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2368

Black with #7B2368

Text Example


Text Example

White with #7B2368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,35,104); }

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

background-color css

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

 a { background-color: rgb(123,35,104); }

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

border-color css

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

 span { border-color: rgb(123,35,104); }

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