Html Css Color HEX #654279 Honey Flower

📋 copy color: '#654279'

red 101 ◦ green 66 ◦ blue 121

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

Shades of Honey Flower #654279

Tints of Honey Flower #654279

RGB

 RED value IS 101 (39.84% from 255) = 35.07%

 GREEN value IS 66 (26.17% from 255) = 22.92%

 BLUE value IS 121 (47.66% from 255) = 42.01%

R = 35.07%
G = 22.92%
B = 42.01%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#654279 (or 0x654279) is known color: Honey Flower. HEX triplet: 65, 42 and 79. RGB value is (101,66,121). Sum of RGB (Red+Green+Blue) = 101+66+121=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #654279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654279 is #9ABD86. Grayscale: #525252. Windows color (decimal): -10141063 or 7946853. OLE color: 7946853.

HSL color Cylindrical-coordinate representation of color #654279: hue angle of 278.18º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #654279 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 66 121 -
CMYK 0.17 0.45 0 0.53
HSL 278.18º 0.29% 0.37% -
HSV(B) 278.18º 0.45% 0.47% -
XYZ 10.77 8.04 19.07 -
YUV 82.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 101 66 121 0.17 0.45 0 0.53 278.18 0.29 0.37
Hex 65 42 79 11 2D 0 35 116 1D 25
Octal 145 102 171 21 55 0 65 426 35 45
Binary 1100101 1000010 1111001 10001 101101 0 110101 100010110 11101 100101

Color Harmonies of #654279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654279

Black with #654279

Text Example


Text Example

White with #654279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654279; }

 p { color: rgb(101,66,121); }

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

background-color css

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

 a { background-color: rgb(101,66,121); }

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

border-color css

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

 span { border-color: rgb(101,66,121); }

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