Html Css Color HEX #643B7D Honey Flower

📋 copy color: '#643B7D'

red 100 ◦ green 59 ◦ blue 125

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

Shades of Honey Flower #643B7D

Tints of Honey Flower #643B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.01%

R = 35.21%
G = 20.77%
B = 44.01%

CMYK

 C value IS 0.2

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#643B7D (or 0x643B7D) is known color: Honey Flower. HEX triplet: 64, 3B and 7D. RGB value is (100,59,125). Sum of RGB (Red+Green+Blue) = 100+59+125=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #643B7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643B7D is #9BC482. Grayscale: #4E4E4E. Windows color (decimal): -10208387 or 8207204. OLE color: 8207204.

HSL color Cylindrical-coordinate representation of color #643B7D: hue angle of 277.27º 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 #643B7D is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 59 125 -
CMYK 0.2 0.53 0 0.51
HSL 277.27º 0.36% 0.36% -
HSV(B) 277.27º 0.53% 0.49% -
XYZ 10.52 7.32 20.26 -
YUV 78.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 100 59 125 0.2 0.53 0 0.51 277.27 0.36 0.36
Hex 64 3B 7D 14 35 0 33 115 24 24
Octal 144 73 175 24 65 0 63 425 44 44
Binary 1100100 111011 1111101 10100 110101 0 110011 100010101 100100 100100

Color Harmonies of #643B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643B7D

Black with #643B7D

Text Example


Text Example

White with #643B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,59,125); }

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

background-color css

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

 a { background-color: rgb(100,59,125); }

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

border-color css

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

 span { border-color: rgb(100,59,125); }

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