#65278B

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

Shades of Kingfisher Daisy #65278B

Tints of Kingfisher Daisy #65278B

Color information

#65278B (or 0x65278B) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 27 and 8B. RGB value is (101,39,139). Sum of RGB (Red+Green+Blue) = 101+39+139=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #65278B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65278B is #9AD874. Grayscale: #444444. Windows color (decimal): -10147957 or 9119589. OLE color: 9119589.

HSL color Cylindrical-coordinate representation of color #65278B: hue angle of 277.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65278B is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10139139-
CMYK0.270.7200.45
HSL277.2º56.18%34.9%-
HSV(B)277.2º71.94%54.51%-
XYZ10.756.0825.03-
YUV68.94167.54150.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 39 (15.62% from 255) = 13.98%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=36.20%
G=13.98%
B=49.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101391390.270.7200.45277.256.1834.9
Hex65278B1B4802D1153823
Octal14547213331100554257043
Binary1100101100111100010111101110010000101101100010101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65278B; }

 p { color: rgb(101,39,139); }

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

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

 a { background-color: rgb(101,39,139); }

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

<style>
 span { border-color: #65278B; }

 span { border-color: rgb(101,39,139); }

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