Html Css Color HEX #714466 Cosmic

📋 copy color: '#714466'

red 113 ◦ green 68 ◦ blue 102

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

Shades of Cosmic #714466

Tints of Cosmic #714466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 39.93%
G = 24.03%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#714466 (or 0x714466) is known color: Cosmic. HEX triplet: 71, 44 and 66. RGB value is (113,68,102). Sum of RGB (Red+Green+Blue) = 113+68+102=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #714466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714466 is #8EBB99. Grayscale: #555555. Windows color (decimal): -9354138 or 6702193. OLE color: 6702193.

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

Color convert

RGB 113 68 102 -
CMYK 0 0.40 0.10 0.56
HSL 314.67º 0.25% 0.35% -
HSV(B) 314.67º 0.4% 0.44% -
XYZ 11.28 8.6 13.64 -
YUV 85.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 113 68 102 0 0.40 0.10 0.56 314.67 0.25 0.35
Hex 71 44 66 0 28 A 38 13B 19 23
Octal 161 104 146 0 50 12 70 473 31 43
Binary 1110001 1000100 1100110 0 101000 1010 111000 100111011 11001 100011

Color Harmonies of #714466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714466

Black with #714466

Text Example


Text Example

White with #714466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714466; }

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

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

background-color css

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

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

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

border-color css

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

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

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