Html Css Color HEX #643D7C Honey Flower

📋 copy color: '#643D7C'

red 100 ◦ green 61 ◦ blue 124

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

Shades of Honey Flower #643D7C

Tints of Honey Flower #643D7C

RGB

 RED value IS 100 (39.45% from 255) = 35.09%

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

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

R = 35.09%
G = 21.4%
B = 43.51%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#643D7C (or 0x643D7C) is known color: Honey Flower. HEX triplet: 64, 3D and 7C. RGB value is (100,61,124). Sum of RGB (Red+Green+Blue) = 100+61+124=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #643D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643D7C is #9BC283. Grayscale: #4F4F4F. Windows color (decimal): -10207876 or 8142180. OLE color: 8142180.

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

Color convert

RGB 100 61 124 -
CMYK 0.19 0.51 0 0.51
HSL 277.14º 0.34% 0.36% -
HSV(B) 277.14º 0.51% 0.49% -
XYZ 10.56 7.5 19.96 -
YUV 79.84 152.92 142.38 -
System Red Green Blue C M Y K H S L
Decimal 100 61 124 0.19 0.51 0 0.51 277.14 0.34 0.36
Hex 64 3D 7C 13 33 0 33 115 22 24
Octal 144 75 174 23 63 0 63 425 42 44
Binary 1100100 111101 1111100 10011 110011 0 110011 100010101 100010 100100

Color Harmonies of #643D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643D7C

Black with #643D7C

Text Example


Text Example

White with #643D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643D7C; }

 p { color: rgb(100,61,124); }

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

background-color css

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

 a { background-color: rgb(100,61,124); }

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

border-color css

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

 span { border-color: rgb(100,61,124); }

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