Html Css Color HEX #7A3F63 Cosmic

📋 copy color: '#7A3F63'

red 122 ◦ green 63 ◦ blue 99

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

Shades of Cosmic #7A3F63

Tints of Cosmic #7A3F63

RGB

 RED value IS 122 (48.05% from 255) = 42.96%

 GREEN value IS 63 (25% from 255) = 22.18%

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 42.96%
G = 22.18%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7A3F63 (or 0x7A3F63) is known color: Cosmic. HEX triplet: 7A, 3F and 63. RGB value is (122,63,99). Sum of RGB (Red+Green+Blue) = 122+63+99=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3F63 is #85C09C. Grayscale: #545454. Windows color (decimal): -8765597 or 6504314. OLE color: 6504314.

HSL color Cylindrical-coordinate representation of color #7A3F63: hue angle of 323.39º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A3F63 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 63 99 -
CMYK 0 0.48 0.19 0.52
HSL 323.39º 0.32% 0.36% -
HSV(B) 323.39º 0.48% 0.48% -
XYZ 12.06 8.59 12.83 -
YUV 84.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 122 63 99 0 0.48 0.19 0.52 323.39 0.32 0.36
Hex 7A 3F 63 0 30 13 34 143 20 24
Octal 172 77 143 0 60 23 64 503 40 44
Binary 1111010 111111 1100011 0 110000 10011 110100 101000011 100000 100100

Color Harmonies of #7A3F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3F63

Black with #7A3F63

Text Example


Text Example

White with #7A3F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,63,99); }

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

background-color css

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

 a { background-color: rgb(122,63,99); }

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

border-color css

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

 span { border-color: rgb(122,63,99); }

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