Html Css Color HEX #714460 Cosmic

📋 copy color: '#714460'

red 113 ◦ green 68 ◦ blue 96

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

Shades of Cosmic #714460

Tints of Cosmic #714460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.66%

R = 40.79%
G = 24.55%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#714460 (or 0x714460) is known color: Cosmic. HEX triplet: 71, 44 and 60. RGB value is (113,68,96). Sum of RGB (Red+Green+Blue) = 113+68+96=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #714460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714460 is #8EBB9F. Grayscale: #545454. Windows color (decimal): -9354144 or 6308977. OLE color: 6308977.

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

Color convert

RGB 113 68 96 -
CMYK 0 0.40 0.15 0.56
HSL 322.67º 0.25% 0.35% -
HSV(B) 322.67º 0.4% 0.44% -
XYZ 10.99 8.49 12.13 -
YUV 84.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 113 68 96 0 0.40 0.15 0.56 322.67 0.25 0.35
Hex 71 44 60 0 28 F 38 143 19 23
Octal 161 104 140 0 50 17 70 503 31 43
Binary 1110001 1000100 1100000 0 101000 1111 111000 101000011 11001 100011

Color Harmonies of #714460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714460

Black with #714460

Text Example


Text Example

White with #714460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714460; }

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

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

background-color css

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

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

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

border-color css

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

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

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