#622D7B

Color #622D7B Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #622D7B

Tints of Honey Flower #622D7B

Color information

#622D7B (or 0x622D7B) is unknown color: approx Honey Flower. HEX triplet: 62, 2D and 7B. RGB value is (98,45,123). Sum of RGB (Red+Green+Blue) = 98+45+123=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #622D7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622D7B is #9DD284. Grayscale: #454545. Windows color (decimal): -10343045 or 8072546. OLE color: 8072546.

HSL color Cylindrical-coordinate representation of color #622D7B: hue angle of 280.77º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #622D7B is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9845123-
CMYK0.200.6300.52
HSL280.77º46.43%32.94%-
HSV(B)280.77º63.41%48.24%-
XYZ9.555.919.38-
YUV69.74158.06148.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.84%
GREEN value IS 45 (17.97% from 255) = 16.92%
BLUE value IS 123 (48.44% from 255) = 46.24%
R=36.84%
G=16.92%
B=46.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98451230.200.6300.52280.7746.4332.94
Hex622D7B143F0341192e21
Octal1425517324770644315641
Binary11000101011011111011101001111110110100100011001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622D7B; }

 p { color: rgb(98,45,123); }

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

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

 a { background-color: rgb(98,45,123); }

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

<style>
 span { border-color: #622D7B; }

 span { border-color: rgb(98,45,123); }

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