Html Css Color HEX #714661 Cosmic

📋 copy color: '#714661'

red 113 ◦ green 70 ◦ blue 97

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

Shades of Cosmic #714661

Tints of Cosmic #714661

RGB

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

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

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

R = 40.36%
G = 25%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#714661 (or 0x714661) is known color: Cosmic. HEX triplet: 71, 46 and 61. RGB value is (113,70,97). Sum of RGB (Red+Green+Blue) = 113+70+97=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #714661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714661 is #8EB99E. Grayscale: #555555. Windows color (decimal): -9353631 or 6375025. OLE color: 6375025.

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

Color convert

RGB 113 70 97 -
CMYK 0 0.38 0.14 0.56
HSL 322.33º 0.23% 0.36% -
HSV(B) 322.33º 0.38% 0.44% -
XYZ 11.16 8.75 12.41 -
YUV 85.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 113 70 97 0 0.38 0.14 0.56 322.33 0.23 0.36
Hex 71 46 61 0 26 E 38 142 17 24
Octal 161 106 141 0 46 16 70 502 27 44
Binary 1110001 1000110 1100001 0 100110 1110 111000 101000010 10111 100100

Color Harmonies of #714661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714661

Black with #714661

Text Example


Text Example

White with #714661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714661; }

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

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

background-color css

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

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

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

border-color css

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

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

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