Html Css Color HEX #7F3D6A Cosmic

📋 copy color: '#7F3D6A'

red 127 ◦ green 61 ◦ blue 106

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

Shades of Cosmic #7F3D6A

Tints of Cosmic #7F3D6A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.75%

 BLUE value IS 106 (41.8% from 255) = 36.05%

R = 43.2%
G = 20.75%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#7F3D6A (or 0x7F3D6A) is known color: Cosmic. HEX triplet: 7F, 3D and 6A. RGB value is (127,61,106). Sum of RGB (Red+Green+Blue) = 127+61+106=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3D6A is #80C295. Grayscale: #555555. Windows color (decimal): -8438422 or 6962559. OLE color: 6962559.

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

Color convert

RGB 127 61 106 -
CMYK 0 0.52 0.17 0.50
HSL 319.09º 0.35% 0.37% -
HSV(B) 319.09º 0.52% 0.5% -
XYZ 13.02 8.89 14.67 -
YUV 85.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 127 61 106 0 0.52 0.17 0.50 319.09 0.35 0.37
Hex 7F 3D 6A 0 34 11 32 13F 23 25
Octal 177 75 152 0 64 21 62 477 43 45
Binary 1111111 111101 1101010 0 110100 10001 110010 100111111 100011 100101

Color Harmonies of #7F3D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3D6A

Black with #7F3D6A

Text Example


Text Example

White with #7F3D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,61,106); }

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

background-color css

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

 a { background-color: rgb(127,61,106); }

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

border-color css

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

 span { border-color: rgb(127,61,106); }

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