Html Css Color HEX #714062 Cosmic

📋 copy color: '#714062'

red 113 ◦ green 64 ◦ blue 98

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

Shades of Cosmic #714062

Tints of Cosmic #714062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

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

R = 41.09%
G = 23.27%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#714062 (or 0x714062) is known color: Cosmic. HEX triplet: 71, 40 and 62. RGB value is (113,64,98). Sum of RGB (Red+Green+Blue) = 113+64+98=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #714062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714062 is #8EBF9D. Grayscale: #525252. Windows color (decimal): -9355166 or 6439025. OLE color: 6439025.

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

Color convert

RGB 113 64 98 -
CMYK 0 0.43 0.13 0.56
HSL 318.37º 0.28% 0.35% -
HSV(B) 318.37º 0.43% 0.44% -
XYZ 10.85 8.06 12.54 -
YUV 82.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 113 64 98 0 0.43 0.13 0.56 318.37 0.28 0.35
Hex 71 40 62 0 2B D 38 13E 1C 23
Octal 161 100 142 0 53 15 70 476 34 43
Binary 1110001 1000000 1100010 0 101011 1101 111000 100111110 11100 100011

Color Harmonies of #714062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714062

Black with #714062

Text Example


Text Example

White with #714062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714062; }

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

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

background-color css

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

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

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

border-color css

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

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

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