Html Css Color HEX #714061 Cosmic

📋 copy color: '#714061'

red 113 ◦ green 64 ◦ blue 97

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

Shades of Cosmic #714061

Tints of Cosmic #714061

RGB

 RED value IS 113 (44.53% from 255) = 41.24%

 GREEN value IS 64 (25.39% from 255) = 23.36%

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

R = 41.24%
G = 23.36%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#714061 (or 0x714061) is known color: Cosmic. HEX triplet: 71, 40 and 61. RGB value is (113,64,97). Sum of RGB (Red+Green+Blue) = 113+64+97=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #714061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714061 is #8EBF9E. Grayscale: #525252. Windows color (decimal): -9355167 or 6373489. OLE color: 6373489.

HSL color Cylindrical-coordinate representation of color #714061: hue angle of 319.59º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #714061 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 64 97 -
CMYK 0 0.43 0.14 0.56
HSL 319.59º 0.28% 0.35% -
HSV(B) 319.59º 0.43% 0.44% -
XYZ 10.8 8.04 12.29 -
YUV 82.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 113 64 97 0 0.43 0.14 0.56 319.59 0.28 0.35
Hex 71 40 61 0 2B E 38 140 1C 23
Octal 161 100 141 0 53 16 70 500 34 43
Binary 1110001 1000000 1100001 0 101011 1110 111000 101000000 11100 100011

Color Harmonies of #714061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714061

Black with #714061

Text Example


Text Example

White with #714061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714061; }

 p { color: rgb(113,64,97); }

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

background-color css

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

 a { background-color: rgb(113,64,97); }

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

border-color css

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

 span { border-color: rgb(113,64,97); }

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