#65348E

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

Shades of Kingfisher Daisy #65348E

Tints of Kingfisher Daisy #65348E

Color information

#65348E (or 0x65348E) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 34 and 8E. RGB value is (101,52,142). Sum of RGB (Red+Green+Blue) = 101+52+142=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #65348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65348E is #9ACB71. Grayscale: #4C4C4C. Windows color (decimal): -10144626 or 9319525. OLE color: 9319525.

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

Color convert

RGB10152142-
CMYK0.290.6300.44
HSL272.67º46.39%38.04%-
HSV(B)272.67º63.38%55.69%-
XYZ11.487.1826.37-
YUV76.91164.73145.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=34.24%
G=17.63%
B=48.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101521420.290.6300.44272.6746.3938.04
Hex65348E1D3F02C1112e26
Octal1456421635770544215646
Binary110010111010010001110111011111110101100100010001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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