Html Css Color HEX #714465 Cosmic

📋 copy color: '#714465'

red 113 ◦ green 68 ◦ blue 101

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

Shades of Cosmic #714465

Tints of Cosmic #714465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 40.07%
G = 24.11%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#714465 (or 0x714465) is known color: Cosmic. HEX triplet: 71, 44 and 65. RGB value is (113,68,101). Sum of RGB (Red+Green+Blue) = 113+68+101=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #714465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714465 is #8EBB9A. Grayscale: #555555. Windows color (decimal): -9354139 or 6636657. OLE color: 6636657.

HSL color Cylindrical-coordinate representation of color #714465: hue angle of 316º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #714465 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 101 -
CMYK 0 0.40 0.11 0.56
HSL 316º 0.25% 0.35% -
HSV(B) 316º 0.4% 0.44% -
XYZ 11.23 8.58 13.38 -
YUV 85.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 113 68 101 0 0.40 0.11 0.56 316 0.25 0.35
Hex 71 44 65 0 28 B 38 13C 19 23
Octal 161 104 145 0 50 13 70 474 31 43
Binary 1110001 1000100 1100101 0 101000 1011 111000 100111100 11001 100011

Color Harmonies of #714465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714465

Black with #714465

Text Example


Text Example

White with #714465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714465; }

 p { color: rgb(113,68,101); }

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

background-color css

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

 a { background-color: rgb(113,68,101); }

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

border-color css

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

 span { border-color: rgb(113,68,101); }

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