Html Css Color HEX #734463 Cosmic

📋 copy color: '#734463'

red 115 ◦ green 68 ◦ blue 99

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

Shades of Cosmic #734463

Tints of Cosmic #734463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

 BLUE value IS 99 (39.06% from 255) = 35.11%

R = 40.78%
G = 24.11%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#734463 (or 0x734463) is known color: Cosmic. HEX triplet: 73, 44 and 63. RGB value is (115,68,99). Sum of RGB (Red+Green+Blue) = 115+68+99=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #734463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734463 is #8CBB9C. Grayscale: #555555. Windows color (decimal): -9223069 or 6505587. OLE color: 6505587.

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

Color convert

RGB 115 68 99 -
CMYK 0 0.41 0.14 0.55
HSL 320.43º 0.26% 0.36% -
HSV(B) 320.43º 0.41% 0.45% -
XYZ 11.39 8.68 12.88 -
YUV 85.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 115 68 99 0 0.41 0.14 0.55 320.43 0.26 0.36
Hex 73 44 63 0 29 E 37 140 1A 24
Octal 163 104 143 0 51 16 67 500 32 44
Binary 1110011 1000100 1100011 0 101001 1110 110111 101000000 11010 100100

Color Harmonies of #734463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734463

Black with #734463

Text Example


Text Example

White with #734463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734463; }

 p { color: rgb(115,68,99); }

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

background-color css

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

 a { background-color: rgb(115,68,99); }

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

border-color css

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

 span { border-color: rgb(115,68,99); }

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