#62257F

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

Shades of Kingfisher Daisy #62257F

Tints of Kingfisher Daisy #62257F

Color information

#62257F (or 0x62257F) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 25 and 7F. RGB value is (98,37,127). Sum of RGB (Red+Green+Blue) = 98+37+127=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #62257F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62257F is #9DDA80. Grayscale: #414141. Windows color (decimal): -10345089 or 8332642. OLE color: 8332642.

HSL color Cylindrical-coordinate representation of color #62257F: hue angle of 280.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62257F is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9837127-
CMYK0.230.7100.50
HSL280.67º54.88%32.16%-
HSV(B)280.67º70.87%49.8%-
XYZ9.535.4520.63-
YUV65.5162.71151.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.40%
GREEN value IS 37 (14.84% from 255) = 14.12%
BLUE value IS 127 (50% from 255) = 48.47%
R=37.40%
G=14.12%
B=48.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98371270.230.7100.50280.6754.8832.16
Hex62257F17470321193720
Octal14245177271070624316740
Binary110001010010111111111011110001110110010100011001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62257F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62257F; }

 p { color: rgb(98,37,127); }

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

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

 a { background-color: rgb(98,37,127); }

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

<style>
 span { border-color: #62257F; }

 span { border-color: rgb(98,37,127); }

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