Html Css Color HEX #714361 Cosmic

📋 copy color: '#714361'

red 113 ◦ green 67 ◦ blue 97

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

Shades of Cosmic #714361

Tints of Cosmic #714361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.19%

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

R = 40.79%
G = 24.19%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#714361 (or 0x714361) is known color: Cosmic. HEX triplet: 71, 43 and 61. RGB value is (113,67,97). Sum of RGB (Red+Green+Blue) = 113+67+97=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #714361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714361 is #8EBC9E. Grayscale: #545454. Windows color (decimal): -9354399 or 6374257. OLE color: 6374257.

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

Color convert

RGB 113 67 97 -
CMYK 0 0.41 0.14 0.56
HSL 320.87º 0.26% 0.35% -
HSV(B) 320.87º 0.41% 0.44% -
XYZ 10.97 8.39 12.35 -
YUV 84.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 113 67 97 0 0.41 0.14 0.56 320.87 0.26 0.35
Hex 71 43 61 0 29 E 38 141 1A 23
Octal 161 103 141 0 51 16 70 501 32 43
Binary 1110001 1000011 1100001 0 101001 1110 111000 101000001 11010 100011

Color Harmonies of #714361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714361

Black with #714361

Text Example


Text Example

White with #714361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714361; }

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

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

background-color css

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

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

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

border-color css

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

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

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