Html Css Color HEX #653D7A Honey Flower

📋 copy color: '#653D7A'

red 101 ◦ green 61 ◦ blue 122

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

Shades of Honey Flower #653D7A

Tints of Honey Flower #653D7A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.48%

 BLUE value IS 122 (48.05% from 255) = 42.96%

R = 35.56%
G = 21.48%
B = 42.96%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#653D7A (or 0x653D7A) is known color: Honey Flower. HEX triplet: 65, 3D and 7A. RGB value is (101,61,122). Sum of RGB (Red+Green+Blue) = 101+61+122=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #653D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653D7A is #9AC285. Grayscale: #4F4F4F. Windows color (decimal): -10142342 or 8011109. OLE color: 8011109.

HSL color Cylindrical-coordinate representation of color #653D7A: hue angle of 279.34º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653D7A is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 101 61 122 -
CMYK 0.17 0.50 0 0.52
HSL 279.34º 0.33% 0.36% -
HSV(B) 279.34º 0.5% 0.48% -
XYZ 10.55 7.51 19.31 -
YUV 79.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 101 61 122 0.17 0.50 0 0.52 279.34 0.33 0.36
Hex 65 3D 7A 11 32 0 34 117 21 24
Octal 145 75 172 21 62 0 64 427 41 44
Binary 1100101 111101 1111010 10001 110010 0 110100 100010111 100001 100100

Color Harmonies of #653D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653D7A

Black with #653D7A

Text Example


Text Example

White with #653D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,61,122); }

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

background-color css

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

 a { background-color: rgb(101,61,122); }

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

border-color css

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

 span { border-color: rgb(101,61,122); }

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