Html Css Color HEX #653A7C Honey Flower

📋 copy color: '#653A7C'

red 101 ◦ green 58 ◦ blue 124

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

Shades of Honey Flower #653A7C

Tints of Honey Flower #653A7C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

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

R = 35.69%
G = 20.49%
B = 43.82%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#653A7C (or 0x653A7C) is known color: Honey Flower. HEX triplet: 65, 3A and 7C. RGB value is (101,58,124). Sum of RGB (Red+Green+Blue) = 101+58+124=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #653A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653A7C is #9AC583. Grayscale: #4E4E4E. Windows color (decimal): -10143108 or 8141413. OLE color: 8141413.

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

Color convert

RGB 101 58 124 -
CMYK 0.19 0.53 0 0.51
HSL 279.09º 0.36% 0.36% -
HSV(B) 279.09º 0.53% 0.49% -
XYZ 10.52 7.25 19.91 -
YUV 78.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 101 58 124 0.19 0.53 0 0.51 279.09 0.36 0.36
Hex 65 3A 7C 13 35 0 33 117 24 24
Octal 145 72 174 23 65 0 63 427 44 44
Binary 1100101 111010 1111100 10011 110101 0 110011 100010111 100100 100100

Color Harmonies of #653A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653A7C

Black with #653A7C

Text Example


Text Example

White with #653A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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