Html Css Color HEX #654079 Honey Flower

📋 copy color: '#654079'

red 101 ◦ green 64 ◦ blue 121

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

Shades of Honey Flower #654079

Tints of Honey Flower #654079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

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

R = 35.31%
G = 22.38%
B = 42.31%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#654079 (or 0x654079) is known color: Honey Flower. HEX triplet: 65, 40 and 79. RGB value is (101,64,121). Sum of RGB (Red+Green+Blue) = 101+64+121=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #654079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654079 is #9ABF86. Grayscale: #515151. Windows color (decimal): -10141575 or 7946341. OLE color: 7946341.

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

Color convert

RGB 101 64 121 -
CMYK 0.17 0.47 0 0.53
HSL 278.95º 0.31% 0.36% -
HSV(B) 278.95º 0.47% 0.47% -
XYZ 10.65 7.81 19.04 -
YUV 81.56 150.26 141.87 -
System Red Green Blue C M Y K H S L
Decimal 101 64 121 0.17 0.47 0 0.53 278.95 0.31 0.36
Hex 65 40 79 11 2F 0 35 117 1F 24
Octal 145 100 171 21 57 0 65 427 37 44
Binary 1100101 1000000 1111001 10001 101111 0 110101 100010111 11111 100100

Color Harmonies of #654079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654079

Black with #654079

Text Example


Text Example

White with #654079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654079; }

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

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

background-color css

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

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

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

border-color css

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

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

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