Html Css Color HEX #714660 Cosmic

📋 copy color: '#714660'

red 113 ◦ green 70 ◦ blue 96

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

Shades of Cosmic #714660

Tints of Cosmic #714660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.41%

R = 40.5%
G = 25.09%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#714660 (or 0x714660) is known color: Cosmic. HEX triplet: 71, 46 and 60. RGB value is (113,70,96). Sum of RGB (Red+Green+Blue) = 113+70+96=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #714660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714660 is #8EB99F. Grayscale: #555555. Windows color (decimal): -9353632 or 6309489. OLE color: 6309489.

HSL color Cylindrical-coordinate representation of color #714660: hue angle of 323.72º 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 #714660 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 70 96 -
CMYK 0 0.38 0.15 0.56
HSL 323.72º 0.23% 0.36% -
HSV(B) 323.72º 0.38% 0.44% -
XYZ 11.11 8.74 12.17 -
YUV 85.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 113 70 96 0 0.38 0.15 0.56 323.72 0.23 0.36
Hex 71 46 60 0 26 F 38 144 17 24
Octal 161 106 140 0 46 17 70 504 27 44
Binary 1110001 1000110 1100000 0 100110 1111 111000 101000100 10111 100100

Color Harmonies of #714660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714660

Black with #714660

Text Example


Text Example

White with #714660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714660; }

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

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

background-color css

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

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

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

border-color css

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

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

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