Html Css Color HEX #7B4A6D Cosmic

📋 copy color: '#7B4A6D'

red 123 ◦ green 74 ◦ blue 109

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

Shades of Cosmic #7B4A6D

Tints of Cosmic #7B4A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 40.2%
G = 24.18%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B4A6D (or 0x7B4A6D) is known color: Cosmic. HEX triplet: 7B, 4A and 6D. RGB value is (123,74,109). Sum of RGB (Red+Green+Blue) = 123+74+109=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4A6D is #84B592. Grayscale: #5C5C5C. Windows color (decimal): -8697235 or 7162491. OLE color: 7162491.

HSL color Cylindrical-coordinate representation of color #7B4A6D: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B4A6D is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 74 109 -
CMYK 0 0.40 0.11 0.52
HSL 317.14º 0.25% 0.39% -
HSV(B) 317.14º 0.4% 0.48% -
XYZ 13.38 10.21 15.73 -
YUV 92.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 123 74 109 0 0.40 0.11 0.52 317.14 0.25 0.39
Hex 7B 4A 6D 0 28 B 34 13D 19 27
Octal 173 112 155 0 50 13 64 475 31 47
Binary 1111011 1001010 1101101 0 101000 1011 110100 100111101 11001 100111

Color Harmonies of #7B4A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4A6D

Black with #7B4A6D

Text Example


Text Example

White with #7B4A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,74,109); }

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

background-color css

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

 a { background-color: rgb(123,74,109); }

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

border-color css

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

 span { border-color: rgb(123,74,109); }

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