#7B415D

Color #7B415D Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #7B415D

Tints of Cosmic #7B415D

Color information

#7B415D (or 0x7B415D) is unknown color: approx Cosmic. HEX triplet: 7B, 41 and 5D. RGB value is (123,65,93). Sum of RGB (Red+Green+Blue) = 123+65+93=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 123 - color contains mainly: red. Hex color #7B415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B415D is #84BEA2. Grayscale: #555555. Windows color (decimal): -8699555 or 6111611. OLE color: 6111611.

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

Color convert

RGB1236593-
CMYK00.470.240.52
HSL331.03º30.85%36.86%-
HSV(B)331.03º47.15%48.24%-
XYZ12.038.7811.42-
YUV85.53132.22154.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.77%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=43.77%
G=23.13%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123659300.470.240.52331.0330.8536.86
Hex7B415D02F183414b1f25
Octal17310113505730645133745
Binary11110111000001101110101011111100011010010100101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,65,93); }

 H1.HeaderClassName
 {
   color: #7B415D;
 }
 .AnyTagClassName
 {
   color: #7B415D;
 }
</style>
background-color css

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

 a { background-color: rgb(123,65,93); }

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

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

 span { border-color: rgb(123,65,93); }

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