#613995

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

Shades of Daisy Bush #613995

Tints of Daisy Bush #613995

Color information

#613995 (or 0x613995) is unknown color: approx Daisy Bush. HEX triplet: 61, 39 and 95. RGB value is (97,57,149). Sum of RGB (Red+Green+Blue) = 97+57+149=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #613995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613995 is #9EC66A. Grayscale: #4F4F4F. Windows color (decimal): -10405483 or 9779553. OLE color: 9779553.

HSL color Cylindrical-coordinate representation of color #613995: hue angle of 266.09º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #613995 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9757149-
CMYK0.350.6200.42
HSL266.09º44.66%40.39%-
HSV(B)266.09º61.74%58.43%-
XYZ11.827.6429.29-
YUV79.45167.25140.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.01%
GREEN value IS 57 (22.66% from 255) = 18.81%
BLUE value IS 149 (58.59% from 255) = 49.17%
R=32.01%
G=18.81%
B=49.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97571490.350.6200.42266.0944.6640.39
Hex613995233E02A10a2d28
Octal1417122543760524125550
Binary1100001111001100101011000111111100101010100001010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613995; }

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

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

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

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

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

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

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

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