Html Css Color HEX #734668 Cosmic

📋 copy color: '#734668'

red 115 ◦ green 70 ◦ blue 104

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

Shades of Cosmic #734668

Tints of Cosmic #734668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.22%

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

R = 39.79%
G = 24.22%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#734668 (or 0x734668) is known color: Cosmic. HEX triplet: 73, 46 and 68. RGB value is (115,70,104). Sum of RGB (Red+Green+Blue) = 115+70+104=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #734668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734668 is #8CB997. Grayscale: #575757. Windows color (decimal): -9222552 or 6833779. OLE color: 6833779.

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

Color convert

RGB 115 70 104 -
CMYK 0 0.39 0.10 0.55
HSL 314.67º 0.24% 0.36% -
HSV(B) 314.67º 0.39% 0.45% -
XYZ 11.76 9.02 14.22 -
YUV 87.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 115 70 104 0 0.39 0.10 0.55 314.67 0.24 0.36
Hex 73 46 68 0 27 A 37 13B 18 24
Octal 163 106 150 0 47 12 67 473 30 44
Binary 1110011 1000110 1101000 0 100111 1010 110111 100111011 11000 100100

Color Harmonies of #734668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734668

Black with #734668

Text Example


Text Example

White with #734668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734668; }

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

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

background-color css

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

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

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

border-color css

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

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

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