#62398C

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

Shades of Daisy Bush #62398C

Tints of Daisy Bush #62398C

Color information

#62398C (or 0x62398C) is unknown color: approx Daisy Bush. HEX triplet: 62, 39 and 8C. RGB value is (98,57,140). Sum of RGB (Red+Green+Blue) = 98+57+140=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #62398C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62398C is #9DC673. Grayscale: #4E4E4E. Windows color (decimal): -10339956 or 9189730. OLE color: 9189730.

HSL color Cylindrical-coordinate representation of color #62398C: hue angle of 269.64º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62398C is Cyan = 0.3, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9857140-
CMYK0.30.5900.45
HSL269.64º42.13%38.63%-
HSV(B)269.64º59.29%54.9%-
XYZ11.237.4225.65-
YUV78.72162.58141.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.22%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 140 (55.08% from 255) = 47.46%
R=33.22%
G=19.32%
B=47.46%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98571400.30.5900.45269.6442.1338.63
Hex62398C1E3B02D10e2a27
Octal1427121436730554165247
Binary110001011100110001100111101110110101101100001110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,57,140); }

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

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

 a { background-color: rgb(98,57,140); }

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

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

 span { border-color: rgb(98,57,140); }

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