Html Css Color HEX #622F74 Honey Flower

📋 copy color: '#622F74'

red 98 ◦ green 47 ◦ blue 116

#622F74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #622F74

Tints of Honey Flower #622F74

RGB

 RED value IS 98 (38.67% from 255) = 37.55%

 GREEN value IS 47 (18.75% from 255) = 18.01%

 BLUE value IS 116 (45.7% from 255) = 44.44%

R = 37.55%
G = 18.01%
B = 44.44%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#622F74 (or 0x622F74) is known color: Honey Flower. HEX triplet: 62, 2F and 74. RGB value is (98,47,116). Sum of RGB (Red+Green+Blue) = 98+47+116=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #622F74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622F74 is #9DD08B. Grayscale: #454545. Windows color (decimal): -10342540 or 7614306. OLE color: 7614306.

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

Color convert

RGB 98 47 116 -
CMYK 0.16 0.59 0 0.55
HSL 284.35º 0.42% 0.32% -
HSV(B) 284.35º 0.59% 0.45% -
XYZ 9.21 5.89 17.17 -
YUV 70.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 98 47 116 0.16 0.59 0 0.55 284.35 0.42 0.32
Hex 62 2F 74 10 3B 0 37 11C 2A 20
Octal 142 57 164 20 73 0 67 434 52 40
Binary 1100010 101111 1110100 10000 111011 0 110111 100011100 101010 100000

Color Harmonies of #622F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622F74

Black with #622F74

Text Example


Text Example

White with #622F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,47,116); }

 H1.HeaderClassName
 {
   color: #622F74;
 }
 .AnyTagClassName
 {
   color: #622F74;
 }
</style>

background-color css

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

 a { background-color: rgb(98,47,116); }

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

border-color css

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

 span { border-color: rgb(98,47,116); }

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