Html Css Color HEX #7F3565 Cosmic

📋 copy color: '#7F3565'

red 127 ◦ green 53 ◦ blue 101

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

Shades of Cosmic #7F3565

Tints of Cosmic #7F3565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 45.2%
G = 18.86%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F3565 (or 0x7F3565) is known color: Cosmic. HEX triplet: 7F, 35 and 65. RGB value is (127,53,101). Sum of RGB (Red+Green+Blue) = 127+53+101=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3565 is #80CA9A. Grayscale: #505050. Windows color (decimal): -8440475 or 6632831. OLE color: 6632831.

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

Color convert

RGB 127 53 101 -
CMYK 0 0.58 0.20 0.50
HSL 321.08º 0.41% 0.35% -
HSV(B) 321.08º 0.58% 0.5% -
XYZ 12.37 8 13.2 -
YUV 80.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 127 53 101 0 0.58 0.20 0.50 321.08 0.41 0.35
Hex 7F 35 65 0 3A 14 32 141 29 23
Octal 177 65 145 0 72 24 62 501 51 43
Binary 1111111 110101 1100101 0 111010 10100 110010 101000001 101001 100011

Color Harmonies of #7F3565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3565

Black with #7F3565

Text Example


Text Example

White with #7F3565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,53,101); }

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

background-color css

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

 a { background-color: rgb(127,53,101); }

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

border-color css

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

 span { border-color: rgb(127,53,101); }

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