Html Css Color HEX #643D72 Honey Flower

📋 copy color: '#643D72'

red 100 ◦ green 61 ◦ blue 114

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

Shades of Honey Flower #643D72

Tints of Honey Flower #643D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.45%

R = 36.36%
G = 22.18%
B = 41.45%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#643D72 (or 0x643D72) is known color: Honey Flower. HEX triplet: 64, 3D and 72. RGB value is (100,61,114). Sum of RGB (Red+Green+Blue) = 100+61+114=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #643D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643D72 is #9BC28D. Grayscale: #4E4E4E. Windows color (decimal): -10207886 or 7486820. OLE color: 7486820.

HSL color Cylindrical-coordinate representation of color #643D72: hue angle of 284.15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #643D72 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 61 114 -
CMYK 0.12 0.46 0 0.55
HSL 284.15º 0.3% 0.34% -
HSV(B) 284.15º 0.46% 0.45% -
XYZ 9.96 7.26 16.8 -
YUV 78.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 100 61 114 0.12 0.46 0 0.55 284.15 0.3 0.34
Hex 64 3D 72 C 2E 0 37 11C 1E 22
Octal 144 75 162 14 56 0 67 434 36 42
Binary 1100100 111101 1110010 1100 101110 0 110111 100011100 11110 100010

Color Harmonies of #643D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643D72

Black with #643D72

Text Example


Text Example

White with #643D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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