Html Css Color HEX #653B7C Honey Flower

📋 copy color: '#653B7C'

red 101 ◦ green 59 ◦ blue 124

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

Shades of Honey Flower #653B7C

Tints of Honey Flower #653B7C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.77%

 BLUE value IS 124 (48.83% from 255) = 43.66%

R = 35.56%
G = 20.77%
B = 43.66%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#653B7C (or 0x653B7C) is known color: Honey Flower. HEX triplet: 65, 3B and 7C. RGB value is (101,59,124). Sum of RGB (Red+Green+Blue) = 101+59+124=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #653B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653B7C is #9AC483. Grayscale: #4E4E4E. Windows color (decimal): -10142852 or 8141669. OLE color: 8141669.

HSL color Cylindrical-coordinate representation of color #653B7C: hue angle of 278.77º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #653B7C is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 59 124 -
CMYK 0.19 0.52 0 0.51
HSL 278.77º 0.36% 0.36% -
HSV(B) 278.77º 0.52% 0.49% -
XYZ 10.57 7.35 19.93 -
YUV 78.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 101 59 124 0.19 0.52 0 0.51 278.77 0.36 0.36
Hex 65 3B 7C 13 34 0 33 117 24 24
Octal 145 73 174 23 64 0 63 427 44 44
Binary 1100101 111011 1111100 10011 110100 0 110011 100010111 100100 100100

Color Harmonies of #653B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653B7C

Black with #653B7C

Text Example


Text Example

White with #653B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653B7C; }

 p { color: rgb(101,59,124); }

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

background-color css

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

 a { background-color: rgb(101,59,124); }

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

border-color css

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

 span { border-color: rgb(101,59,124); }

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