#65248a

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

Shades of Kingfisher Daisy #65248A

Tints of Kingfisher Daisy #65248A

Color information

#65248A (or 0x65248A) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 24 and 8A. RGB value is (101,36,138). Sum of RGB (Red+Green+Blue) = 101+36+138=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #65248A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65248A is #9ADB75. Grayscale: #424242. Windows color (decimal): -10148726 or 9053285. OLE color: 9053285.

HSL color Cylindrical-coordinate representation of color #65248A: hue angle of 278.24º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65248A is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10136138-
CMYK0.270.7400.46
HSL278.24º58.62%34.12%-
HSV(B)278.24º73.91%54.12%-
XYZ10.595.8624.62-
YUV67.06168.03152.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.73%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=36.73%
G=13.09%
B=50.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101361380.270.7400.46278.2458.6234.12
Hex65248A1B4A02E1163b22
Octal14544212331120564267342
Binary1100101100100100010101101110010100101110100010110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65248a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65248a; }

 p { color: rgb(101,36,138); }

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

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

 a { background-color: rgb(101,36,138); }

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

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

 span { border-color: rgb(101,36,138); }

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