Html Css Color HEX #71455C Cosmic

📋 copy color: '#71455C'

red 113 ◦ green 69 ◦ blue 92

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

Shades of Cosmic #71455C

Tints of Cosmic #71455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.18%

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 41.24%
G = 25.18%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71455C (or 0x71455C) is known color: Cosmic. HEX triplet: 71, 45 and 5C. RGB value is (113,69,92). Sum of RGB (Red+Green+Blue) = 113+69+92=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #71455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71455C is #8EBAA3. Grayscale: #545454. Windows color (decimal): -9353892 or 6047089. OLE color: 6047089.

HSL color Cylindrical-coordinate representation of color #71455C: hue angle of 328.64º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71455C is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 69 92 -
CMYK 0 0.39 0.19 0.56
HSL 328.64º 0.24% 0.36% -
HSV(B) 328.64º 0.39% 0.44% -
XYZ 10.87 8.54 11.2 -
YUV 84.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 113 69 92 0 0.39 0.19 0.56 328.64 0.24 0.36
Hex 71 45 5C 0 27 13 38 149 18 24
Octal 161 105 134 0 47 23 70 511 30 44
Binary 1110001 1000101 1011100 0 100111 10011 111000 101001001 11000 100100

Color Harmonies of #71455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71455C

Black with #71455C

Text Example


Text Example

White with #71455C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71455C; }

 p { color: rgb(113,69,92); }

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

background-color css

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

 a { background-color: rgb(113,69,92); }

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

border-color css

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

 span { border-color: rgb(113,69,92); }

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