Html Css Color HEX #643D7D Honey Flower

📋 copy color: '#643D7D'

red 100 ◦ green 61 ◦ blue 125

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

Shades of Honey Flower #643D7D

Tints of Honey Flower #643D7D

RGB

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

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

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

R = 34.97%
G = 21.33%
B = 43.71%

CMYK

 C value IS 0.2

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#643D7D (or 0x643D7D) is known color: Honey Flower. HEX triplet: 64, 3D and 7D. RGB value is (100,61,125). Sum of RGB (Red+Green+Blue) = 100+61+125=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #643D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643D7D is #9BC282. Grayscale: #4F4F4F. Windows color (decimal): -10207875 or 8207716. OLE color: 8207716.

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

Color convert

RGB 100 61 125 -
CMYK 0.2 0.51 0 0.51
HSL 276.56º 0.34% 0.36% -
HSV(B) 276.56º 0.51% 0.49% -
XYZ 10.63 7.53 20.29 -
YUV 79.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 100 61 125 0.2 0.51 0 0.51 276.56 0.34 0.36
Hex 64 3D 7D 14 33 0 33 115 22 24
Octal 144 75 175 24 63 0 63 425 42 44
Binary 1100100 111101 1111101 10100 110011 0 110011 100010101 100010 100100

Color Harmonies of #643D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643D7D

Black with #643D7D

Text Example


Text Example

White with #643D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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