Html Css Color HEX #7F3A66 Cosmic

📋 copy color: '#7F3A66'

red 127 ◦ green 58 ◦ blue 102

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

Shades of Cosmic #7F3A66

Tints of Cosmic #7F3A66

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.21%

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

R = 44.25%
G = 20.21%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F3A66 (or 0x7F3A66) is known color: Cosmic. HEX triplet: 7F, 3A and 66. RGB value is (127,58,102). Sum of RGB (Red+Green+Blue) = 127+58+102=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3A66 is #80C599. Grayscale: #535353. Windows color (decimal): -8439194 or 6699647. OLE color: 6699647.

HSL color Cylindrical-coordinate representation of color #7F3A66: hue angle of 321.74º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F3A66 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 58 102 -
CMYK 0 0.54 0.20 0.50
HSL 321.74º 0.37% 0.36% -
HSV(B) 321.74º 0.54% 0.5% -
XYZ 12.66 8.5 13.54 -
YUV 83.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 127 58 102 0 0.54 0.20 0.50 321.74 0.37 0.36
Hex 7F 3A 66 0 36 14 32 142 25 24
Octal 177 72 146 0 66 24 62 502 45 44
Binary 1111111 111010 1100110 0 110110 10100 110010 101000010 100101 100100

Color Harmonies of #7F3A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3A66

Black with #7F3A66

Text Example


Text Example

White with #7F3A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,58,102); }

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

background-color css

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

 a { background-color: rgb(127,58,102); }

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

border-color css

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

 span { border-color: rgb(127,58,102); }

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