Html Css Color HEX #763A5D Cosmic

📋 copy color: '#763A5D'

red 118 ◦ green 58 ◦ blue 93

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

Shades of Cosmic #763A5D

Tints of Cosmic #763A5D

RGB

 RED value IS 118 (46.48% from 255) = 43.87%

 GREEN value IS 58 (23.05% from 255) = 21.56%

 BLUE value IS 93 (36.72% from 255) = 34.57%

R = 43.87%
G = 21.56%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#763A5D (or 0x763A5D) is known color: Cosmic. HEX triplet: 76, 3A and 5D. RGB value is (118,58,93). Sum of RGB (Red+Green+Blue) = 118+58+93=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #763A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763A5D is #89C5A2. Grayscale: #4F4F4F. Windows color (decimal): -9029027 or 6109814. OLE color: 6109814.

HSL color Cylindrical-coordinate representation of color #763A5D: hue angle of 325º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A5D is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 58 93 -
CMYK 0 0.51 0.21 0.54
HSL 325º 0.34% 0.35% -
HSV(B) 325º 0.51% 0.46% -
XYZ 10.96 7.67 11.26 -
YUV 79.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 118 58 93 0 0.51 0.21 0.54 325 0.34 0.35
Hex 76 3A 5D 0 33 15 36 145 22 23
Octal 166 72 135 0 63 25 66 505 42 43
Binary 1110110 111010 1011101 0 110011 10101 110110 101000101 100010 100011

Color Harmonies of #763A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A5D

Black with #763A5D

Text Example


Text Example

White with #763A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763A5D; }

 p { color: rgb(118,58,93); }

 H1.HeaderClassName
 {
   color: #763A5D;
 }
 .AnyTagClassName
 {
   color: #763A5D;
 }
</style>

background-color css

<style>
 a { background-color: #763A5D; }

 a { background-color: rgb(118,58,93); }

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

border-color css

<style>
 span { border-color: #763A5D; }

 span { border-color: rgb(118,58,93); }

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