#61398F

Color #61398F Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #61398F

Tints of Daisy Bush #61398F

Color information

#61398F (or 0x61398F) is unknown color: approx Daisy Bush. HEX triplet: 61, 39 and 8F. RGB value is (97,57,143). Sum of RGB (Red+Green+Blue) = 97+57+143=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #61398F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61398F is #9EC670. Grayscale: #4E4E4E. Windows color (decimal): -10405489 or 9386337. OLE color: 9386337.

HSL color Cylindrical-coordinate representation of color #61398F: hue angle of 267.91º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61398F is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9757143-
CMYK0.320.6000.44
HSL267.91º43%39.22%-
HSV(B)267.91º60.14%56.08%-
XYZ11.357.4526.83-
YUV78.76164.25141.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.66%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 143 (56.25% from 255) = 48.15%
R=32.66%
G=19.19%
B=48.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97571430.320.6000.44267.914339.22
Hex61398F203C02C10c2b27
Octal1417121740740544145347
Binary1100001111001100011111000001111000101100100001100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61398F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61398F; }

 p { color: rgb(97,57,143); }

 H1.HeaderClassName
 {
   color: #61398F;
 }
 .AnyTagClassName
 {
   color: #61398F;
 }
</style>
background-color css

<style>
 a { background-color: #61398F; }

 a { background-color: rgb(97,57,143); }

 div.DivClassName
 {
   background-color: #61398F;
 }
 .BgClassName
 {
   background-color: #61398F;
 }
</style>
border-color css

<style>
 span { border-color: #61398F; }

 span { border-color: rgb(97,57,143); }

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