Html Css Color HEX #803767 Cosmic

📋 copy color: '#803767'

red 128 ◦ green 55 ◦ blue 103

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

Shades of Cosmic #803767

Tints of Cosmic #803767

RGB

 RED value IS 128 (50.39% from 255) = 44.76%

 GREEN value IS 55 (21.88% from 255) = 19.23%

 BLUE value IS 103 (40.63% from 255) = 36.01%

R = 44.76%
G = 19.23%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#803767 (or 0x803767) is known color: Cosmic. HEX triplet: 80, 37 and 67. RGB value is (128,55,103). Sum of RGB (Red+Green+Blue) = 128+55+103=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #803767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803767 is #7FC898. Grayscale: #525252. Windows color (decimal): -8374425 or 6764416. OLE color: 6764416.

HSL color Cylindrical-coordinate representation of color #803767: hue angle of 320.55º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803767 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 55 103 -
CMYK 0 0.57 0.20 0.50
HSL 320.55º 0.4% 0.36% -
HSV(B) 320.55º 0.57% 0.5% -
XYZ 12.72 8.3 13.76 -
YUV 82.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 128 55 103 0 0.57 0.20 0.50 320.55 0.4 0.36
Hex 80 37 67 0 39 14 32 141 28 24
Octal 200 67 147 0 71 24 62 501 50 44
Binary 10000000 110111 1100111 0 111001 10100 110010 101000001 101000 100100

Color Harmonies of #803767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803767

Black with #803767

Text Example


Text Example

White with #803767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803767; }

 p { color: rgb(128,55,103); }

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

background-color css

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

 a { background-color: rgb(128,55,103); }

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

border-color css

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

 span { border-color: rgb(128,55,103); }

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