Html Css Color HEX #714162 Cosmic

📋 copy color: '#714162'

red 113 ◦ green 65 ◦ blue 98

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

Shades of Cosmic #714162

Tints of Cosmic #714162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.55%

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 40.94%
G = 23.55%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#714162 (or 0x714162) is known color: Cosmic. HEX triplet: 71, 41 and 62. RGB value is (113,65,98). Sum of RGB (Red+Green+Blue) = 113+65+98=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #714162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714162 is #8EBE9D. Grayscale: #535353. Windows color (decimal): -9354910 or 6439281. OLE color: 6439281.

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

Color convert

RGB 113 65 98 -
CMYK 0 0.42 0.13 0.56
HSL 318.75º 0.27% 0.35% -
HSV(B) 318.75º 0.42% 0.44% -
XYZ 10.9 8.17 12.56 -
YUV 83.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 113 65 98 0 0.42 0.13 0.56 318.75 0.27 0.35
Hex 71 41 62 0 2A D 38 13F 1B 23
Octal 161 101 142 0 52 15 70 477 33 43
Binary 1110001 1000001 1100010 0 101010 1101 111000 100111111 11011 100011

Color Harmonies of #714162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714162

Black with #714162

Text Example


Text Example

White with #714162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714162; }

 p { color: rgb(113,65,98); }

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

background-color css

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

 a { background-color: rgb(113,65,98); }

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

border-color css

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

 span { border-color: rgb(113,65,98); }

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