#65378E

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

Shades of Daisy Bush #65378E

Tints of Daisy Bush #65378E

Color information

#65378E (or 0x65378E) is unknown color: approx Daisy Bush. HEX triplet: 65, 37 and 8E. RGB value is (101,55,142). Sum of RGB (Red+Green+Blue) = 101+55+142=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #65378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65378E is #9AC871. Grayscale: #4E4E4E. Windows color (decimal): -10143858 or 9320293. OLE color: 9320293.

HSL color Cylindrical-coordinate representation of color #65378E: hue angle of 271.72º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65378E is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10155142-
CMYK0.290.6100.44
HSL271.72º44.16%38.63%-
HSV(B)271.72º61.27%55.69%-
XYZ11.627.4526.42-
YUV78.67163.74143.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.89%
GREEN value IS 55 (21.88% from 255) = 18.46%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=33.89%
G=18.46%
B=47.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101551420.290.6100.44271.7244.1638.63
Hex65378E1D3D02C1102c27
Octal1456721635750544205447
Binary110010111011110001110111011111010101100100010000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65378E; }

 p { color: rgb(101,55,142); }

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

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

 a { background-color: rgb(101,55,142); }

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

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

 span { border-color: rgb(101,55,142); }

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