Html Css Color HEX #7F3868 Cosmic

📋 copy color: '#7F3868'

red 127 ◦ green 56 ◦ blue 104

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

Shades of Cosmic #7F3868

Tints of Cosmic #7F3868

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.51%

 BLUE value IS 104 (41.02% from 255) = 36.24%

R = 44.25%
G = 19.51%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#7F3868 (or 0x7F3868) is known color: Cosmic. HEX triplet: 7F, 38 and 68. RGB value is (127,56,104). Sum of RGB (Red+Green+Blue) = 127+56+104=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3868 is #80C797. Grayscale: #525252. Windows color (decimal): -8439704 or 6830207. OLE color: 6830207.

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

Color convert

RGB 127 56 104 -
CMYK 0 0.56 0.18 0.50
HSL 319.44º 0.39% 0.36% -
HSV(B) 319.44º 0.56% 0.5% -
XYZ 12.67 8.34 14.04 -
YUV 82.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 127 56 104 0 0.56 0.18 0.50 319.44 0.39 0.36
Hex 7F 38 68 0 38 12 32 13F 27 24
Octal 177 70 150 0 70 22 62 477 47 44
Binary 1111111 111000 1101000 0 111000 10010 110010 100111111 100111 100100

Color Harmonies of #7F3868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3868

Black with #7F3868

Text Example


Text Example

White with #7F3868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,56,104); }

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

background-color css

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

 a { background-color: rgb(127,56,104); }

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

border-color css

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

 span { border-color: rgb(127,56,104); }

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