#65398C

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

Shades of Kingfisher Daisy #65398C

Tints of Kingfisher Daisy #65398C

Color information

#65398C (or 0x65398C) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 39 and 8C. RGB value is (101,57,140). Sum of RGB (Red+Green+Blue) = 101+57+140=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #65398C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65398C is #9AC673. Grayscale: #4F4F4F. Windows color (decimal): -10143348 or 9189733. OLE color: 9189733.

HSL color Cylindrical-coordinate representation of color #65398C: hue angle of 271.81º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65398C is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10157140-
CMYK0.280.5900.45
HSL271.81º42.13%38.63%-
HSV(B)271.81º59.29%54.9%-
XYZ11.567.5925.67-
YUV79.62162.08143.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.89%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=33.89%
G=19.13%
B=46.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101571400.280.5900.45271.8142.1338.63
Hex65398C1C3B02D1102a27
Octal1457121434730554205247
Binary110010111100110001100111001110110101101100010000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65398C; }

 p { color: rgb(101,57,140); }

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

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

 a { background-color: rgb(101,57,140); }

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

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

 span { border-color: rgb(101,57,140); }

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