Html Css Color HEX #734561 Cosmic

📋 copy color: '#734561'

red 115 ◦ green 69 ◦ blue 97

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

Shades of Cosmic #734561

Tints of Cosmic #734561

RGB

 RED value IS 115 (45.31% from 255) = 40.93%

 GREEN value IS 69 (27.34% from 255) = 24.56%

 BLUE value IS 97 (38.28% from 255) = 34.52%

R = 40.93%
G = 24.56%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#734561 (or 0x734561) is known color: Cosmic. HEX triplet: 73, 45 and 61. RGB value is (115,69,97). Sum of RGB (Red+Green+Blue) = 115+69+97=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #734561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734561 is #8CBA9E. Grayscale: #555555. Windows color (decimal): -9222815 or 6374771. OLE color: 6374771.

HSL color Cylindrical-coordinate representation of color #734561: hue angle of 323.48º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #734561 is Cyan = 0, Magento = 0.4, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 69 97 -
CMYK 0 0.4 0.16 0.55
HSL 323.48º 0.25% 0.36% -
HSV(B) 323.48º 0.4% 0.45% -
XYZ 11.36 8.76 12.4 -
YUV 85.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 115 69 97 0 0.4 0.16 0.55 323.48 0.25 0.36
Hex 73 45 61 0 28 10 37 143 19 24
Octal 163 105 141 0 50 20 67 503 31 44
Binary 1110011 1000101 1100001 0 101000 10000 110111 101000011 11001 100100

Color Harmonies of #734561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734561

Black with #734561

Text Example


Text Example

White with #734561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734561; }

 p { color: rgb(115,69,97); }

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

background-color css

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

 a { background-color: rgb(115,69,97); }

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

border-color css

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

 span { border-color: rgb(115,69,97); }

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