Html Css Color HEX #714863 Cosmic

📋 copy color: '#714863'

red 113 ◦ green 72 ◦ blue 99

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

Shades of Cosmic #714863

Tints of Cosmic #714863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 39.79%
G = 25.35%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#714863 (or 0x714863) is known color: Cosmic. HEX triplet: 71, 48 and 63. RGB value is (113,72,99). Sum of RGB (Red+Green+Blue) = 113+72+99=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #714863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714863 is #8EB79C. Grayscale: #575757. Windows color (decimal): -9353117 or 6506609. OLE color: 6506609.

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

Color convert

RGB 113 72 99 -
CMYK 0 0.36 0.12 0.56
HSL 320.49º 0.22% 0.36% -
HSV(B) 320.49º 0.36% 0.44% -
XYZ 11.38 9.05 12.95 -
YUV 87.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 113 72 99 0 0.36 0.12 0.56 320.49 0.22 0.36
Hex 71 48 63 0 24 C 38 140 16 24
Octal 161 110 143 0 44 14 70 500 26 44
Binary 1110001 1001000 1100011 0 100100 1100 111000 101000000 10110 100100

Color Harmonies of #714863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714863

Black with #714863

Text Example


Text Example

White with #714863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714863; }

 p { color: rgb(113,72,99); }

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

background-color css

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

 a { background-color: rgb(113,72,99); }

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

border-color css

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

 span { border-color: rgb(113,72,99); }

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