Html Css Color HEX #714461 Cosmic

📋 copy color: '#714461'

red 113 ◦ green 68 ◦ blue 97

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

Shades of Cosmic #714461

Tints of Cosmic #714461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.89%

R = 40.65%
G = 24.46%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#714461 (or 0x714461) is known color: Cosmic. HEX triplet: 71, 44 and 61. RGB value is (113,68,97). Sum of RGB (Red+Green+Blue) = 113+68+97=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #714461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714461 is #8EBB9E. Grayscale: #545454. Windows color (decimal): -9354143 or 6374513. OLE color: 6374513.

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

Color convert

RGB 113 68 97 -
CMYK 0 0.40 0.14 0.56
HSL 321.33º 0.25% 0.35% -
HSV(B) 321.33º 0.4% 0.44% -
XYZ 11.03 8.51 12.37 -
YUV 84.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 113 68 97 0 0.40 0.14 0.56 321.33 0.25 0.35
Hex 71 44 61 0 28 E 38 141 19 23
Octal 161 104 141 0 50 16 70 501 31 43
Binary 1110001 1000100 1100001 0 101000 1110 111000 101000001 11001 100011

Color Harmonies of #714461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714461

Black with #714461

Text Example


Text Example

White with #714461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714461; }

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

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

background-color css

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

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

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

border-color css

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

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

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