Html Css Color HEX #7F4470 Cosmic

📋 copy color: '#7F4470'

red 127 ◦ green 68 ◦ blue 112

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

Shades of Cosmic #7F4470

Tints of Cosmic #7F4470

RGB

 RED value IS 127 (50% from 255) = 41.37%

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

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 41.37%
G = 22.15%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#7F4470 (or 0x7F4470) is known color: Cosmic. HEX triplet: 7F, 44 and 70. RGB value is (127,68,112). Sum of RGB (Red+Green+Blue) = 127+68+112=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4470 is #80BB8F. Grayscale: #5A5A5A. Windows color (decimal): -8436624 or 7357567. OLE color: 7357567.

HSL color Cylindrical-coordinate representation of color #7F4470: hue angle of 315.25º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F4470 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 68 112 -
CMYK 0 0.46 0.12 0.50
HSL 315.25º 0.3% 0.38% -
HSV(B) 315.25º 0.46% 0.5% -
XYZ 13.74 9.82 16.5 -
YUV 90.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 127 68 112 0 0.46 0.12 0.50 315.25 0.3 0.38
Hex 7F 44 70 0 2E C 32 13B 1E 26
Octal 177 104 160 0 56 14 62 473 36 46
Binary 1111111 1000100 1110000 0 101110 1100 110010 100111011 11110 100110

Color Harmonies of #7F4470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4470

Black with #7F4470

Text Example


Text Example

White with #7F4470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F4470; }

 p { color: rgb(127,68,112); }

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

background-color css

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

 a { background-color: rgb(127,68,112); }

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

border-color css

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

 span { border-color: rgb(127,68,112); }

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