#65328C

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

Shades of Kingfisher Daisy #65328C

Tints of Kingfisher Daisy #65328C

Color information

#65328C (or 0x65328C) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 32 and 8C. RGB value is (101,50,140). Sum of RGB (Red+Green+Blue) = 101+50+140=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #65328C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65328C is #9ACD73. Grayscale: #4B4B4B. Windows color (decimal): -10145140 or 9187941. OLE color: 9187941.

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

Color convert

RGB10150140-
CMYK0.280.6400.45
HSL274º47.37%37.25%-
HSV(B)274º64.29%54.9%-
XYZ11.246.9425.56-
YUV75.51164.4146.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.71%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 140 (55.08% from 255) = 48.11%
R=34.71%
G=17.18%
B=48.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101501400.280.6400.4527447.3737.25
Hex65328C1C4002D1122f25
Octal14562214341000554225745
Binary1100101110010100011001110010000000101101100010010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65328C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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