Html Css Color HEX #734968 Cosmic

📋 copy color: '#734968'

red 115 ◦ green 73 ◦ blue 104

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

Shades of Cosmic #734968

Tints of Cosmic #734968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25%

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 39.38%
G = 25%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#734968 (or 0x734968) is known color: Cosmic. HEX triplet: 73, 49 and 68. RGB value is (115,73,104). Sum of RGB (Red+Green+Blue) = 115+73+104=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #734968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734968 is #8CB697. Grayscale: #595959. Windows color (decimal): -9221784 or 6834547. OLE color: 6834547.

HSL color Cylindrical-coordinate representation of color #734968: hue angle of 315.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #734968 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 73 104 -
CMYK 0 0.37 0.10 0.55
HSL 315.71º 0.22% 0.37% -
HSV(B) 315.71º 0.37% 0.45% -
XYZ 11.95 9.41 14.28 -
YUV 89.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 115 73 104 0 0.37 0.10 0.55 315.71 0.22 0.37
Hex 73 49 68 0 25 A 37 13C 16 25
Octal 163 111 150 0 45 12 67 474 26 45
Binary 1110011 1001001 1101000 0 100101 1010 110111 100111100 10110 100101

Color Harmonies of #734968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734968

Black with #734968

Text Example


Text Example

White with #734968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734968; }

 p { color: rgb(115,73,104); }

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

background-color css

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

 a { background-color: rgb(115,73,104); }

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

border-color css

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

 span { border-color: rgb(115,73,104); }

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